Download Repack Odoo Enterprise Source Code Jun 2026

For continuous integration, version control, and development, downloading via GitHub is the preferred method. Odoo hosts its Enterprise code in a private repository. https://github.com

To download Odoo enterprise source code, follow these steps:

Before you can download the code, you must ensure your Odoo account has an active Enterprise subscription or an official partnership. Log in to your profile on the Odoo Account Portal. Download Odoo Enterprise Source Code

Now run the server:

[options] addons_path = /path/to/odoo-server/enterprise, /path/to/odoo-server/odoo/addons Use code with caution. Log in to your profile on the Odoo Account Portal

Write a bash script to check the Odoo account portal for new tarballs, download, compare hashes, and notify your team.

git clone git@github.com:odoo/enterprise.git git clone git@github

The source code is not publicly available on standard open-source repositories.

You don’t need the source code to use Odoo Enterprise (the SaaS version or .exe installer handles that). However, developers and sysadmins download it for:

If you manage your project configuration in a custom Git repository, include the official community and enterprise repositories as submodules. This keeps your custom code separate from core Odoo updates.