__top__ Download Odoo Enterprise Source Code May 2026
Once you have cloned the repository, updating to the latest bug fixes and minor releases is straightforward:
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). download odoo enterprise source code
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. Once you have cloned the repository, updating to
git clone https://your_odoo_email@example.com:YOUR_GITHUB_PAT@github.com/odoo/enterprise.git Or, to avoid entering credentials in the URL, you can use the standard clone and then provide the token when prompted: Once you have cloned the repository