Prepares a development environment, with instructions for how to clone the different repositories that make up the Odoo platform
Go to file
2021-08-21 10:43:48 -05:00
patches [ADD] Patches for electronic invoice installation 2021-08-21 10:43:48 -05:00
.gitignore [ADD] Allows using special repo for electronic invoices 2021-08-20 15:36:35 -05:00
apply_patches.sh [ADD] Patches for electronic invoice installation 2021-08-21 10:43:48 -05:00
common_exclude_patterns.txt [FIX] Uses correct syntax for rsync excludes 2021-04-07 20:40:03 -05:00
install_odoo_code.sh [ADD] Allows using special repo for electronic invoices 2021-08-20 15:36:35 -05:00
README.md [NEW] Changes locations for downloaded repos. Script to update repos 2021-06-11 07:16:18 -05:00
rejected_proprietary_modules.txt Adds web_mobile to proprietary Odoo Enterprise modules 2021-04-08 22:04:25 +00:00
selected_oca_modules.txt [ADD] Patches for electronic invoice installation 2021-08-21 10:43:48 -05:00
update_from_repo.sh [ADD] Allows using special repo for electronic invoices 2021-08-20 15:36:35 -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]
        │
        ├── apps      [Bought from third parties in the Odoo Apps Store]
        │
        └── vendor    [Developed by an Odoo partner under contract]

To download or update code from repositories:

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

To install into the production structure:

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

To apply patches to installed code:

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