Download Odoo Enterprise Source Code ^new^ May 2026
cd enterprise git pull origin 17.0 cd ../odoo git pull origin 17.0 After pulling, restart your Odoo server and update the modules you wish to upgrade (or run the database upgrade script if a major version change is involved).
/odoo_project/ ├── odoo/ (Community source) └── enterprise/ (Enterprise source) When running Odoo, you must specify both addons paths in the configuration file or command line: download odoo enterprise source code
Once you have cloned the repository, updating to the latest bug fixes and minor releases is straightforward: cd enterprise git pull origin 17
cd /path/to/odoo-community python3 odoo-bin --addons-path=addons,../enterprise --stop-after-init --without-demo=all If no errors related to missing modules appear, your Enterprise source is correctly integrated. download odoo enterprise source code
./odoo/odoo-bin --addons-path=odoo/addons,enterprise --config=myconfig.conf
git clone https://github.com/odoo/odoo.git -b 17.0 --depth=1 Your final directory structure should look like:
