Odoo 17 Enterprise Download Github ((new)) -
Odoo 17 Enterprise is NOT available on GitHub
- Odoo Community Edition → Free & open-source (available on GitHub)
- Odoo Enterprise Edition → Proprietary, requires a paid subscription (not on GitHub)
Example: addons_path = /path/to/odoo/addons, /path/to/enterprise
Key points (short)
- Odoo Enterprise is commercially licensed; access requires an official subscription and credentials.
- The public Odoo GitHub repository hosts the Community edition and some Enterprise-related tooling, but not the full Enterprise module code.
- Authorized Enterprise users can access the Enterprise repository through Odoo’s private Git service or via GitHub when granted access by Odoo SA.
- Follow licensing and distribution terms; never publish or redistribute Enterprise code without permission.
- Navigate to the cloned Odoo repository on your computer:
cd odoo
- Run the command
git branch -a to list all available branches.
- Look for the branch named
17.0 or enterprise-17.0 (the exact branch name may vary).
- Run the command
git checkout 17.0 (or the branch name you found in step 3).