Download Odoo Enterprise Source Code Better (iOS TRUSTED)
For production environments, it is wise to test updates on a staging system first. Odoo also provides nightly builds, but using Git gives you control over exactly which commit you deploy.
/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
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). For production environments, it is wise to test