This script allows to easily select, clone, and update OCA repositories for Odoo.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-10-22 18:49:03 +02:00
LICENSE Initial commit 2024-02-01 03:28:53 +01:00
oca-repos-manager.sh Remove depth=1 2024-10-22 18:49:03 +02:00
README.md Update README.md 2024-02-16 03:28:03 +01:00
screenshot-1.png Upload files to "/" 2024-02-04 04:08:34 +01:00

Oca Repos Manager

This script allows to easily select, clone, and update OCA repositories in batch for Odoo.

Screenshot-1

How to use it

Download and make it executable like this:

wget https://git.area51bit.com/kamzata/Oca-Repos-Manager/raw/branch/main/oca-repos-manager.sh && chmod +x oca-repos-manager.sh

then simply run:

./oca-repos-manager.sh

In order to clone the repositories you have to generate a GitHub token from here in your GitHub personal account, then copy and paste the token when asked.

Dependencies

In order to make it works, please install jq, curl, and git utilities.

Compatibility

Tested on Linux and MacOS.