Prepares a development environment, with instructions for how to clone the different repositories that make up the Odoo platform
Go to file
2024-10-07 21:01:19 -05:00
patches [DEL] Duplicated patch 2024-10-07 21:01:19 -05:00
.gitignore [DEL] Removes vendor02 repo since it was never used 2024-03-02 23:30:33 -05:00
apply_patches.sh [FIX] Changes vendor repo to local 2024-03-03 00:49:01 -05:00
common_exclude_patterns.txt [ADD] Patches for special e-invoice module 2021-09-22 19:04:47 -05:00
install_odoo_code.sh [FIX] Changes vendor repo to local 2024-03-03 00:49:01 -05:00
README.md [DEL] Removes vendor02 repo since it was never used 2024-03-02 23:30:33 -05:00
selected_oca_modules.txt [ADD] New OCA repo and module 2023-05-25 15:41:09 -05:00
update_from_repo.sh [FIX] Changes vendor repo to local 2024-03-03 00:49:01 -05:00

Development area

Repos for various parts of the Odoo platform.

To be installed into this directory structure:

/opt/odoo
      └─┬── core      [Core Odoo project and included addons]
        │
        ├── custom    [Modules developed in-house]
        │
        ├── community [Modules by OCA, all repos mixed in a flat structure]
        │
        ├── apps      [Bought from third parties in the Odoo Apps Store]
        │
        ├── vendor    [Developed by an Odoo partner under contract]
        │
        └── vendor01  [In-house copy of modules removed from e-invoice repo]

To download or update code from repositories:

./update_from_repo.sh [-h] -o={all|core|community|vendor|vendor01|custom}

To install into the production structure:

sudo ./install_odoo_code.sh [-h] -o={all|core|community|vendor|vendor01|custom}

To apply patches to installed code:

sudo ./apply_patches.sh [-h] -o={all|core|community|vendor}