How to Download Odoo Enterprise Source Code If you’re looking to test changes locally or move from Odoo.sh to an on-premise setup, you’ll need to access the official Odoo Enterprise source code. Unlike the Community version, this code is proprietary and requires a valid subscription. 1. Prerequisites for Access Before you can download the code, ensure you have: A Valid Subscription : You must have an active Odoo Enterprise subscription. Login Credentials : Access to the Odoo Account Dashboard associated with your subscription. GitHub Account
: Access the Odoo Download Page and log in with the credentials associated with your Enterprise subscription. Select Version : Choose the specific version you need. Download Odoo Enterprise Source Code
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: How to Download Odoo Enterprise Source Code If
Once you have access, you can clone the repository using the following command: git clone https://github.com Important Considerations Community vs. Enterprise Code: Prerequisites for Access Before you can download the
# 1. Clone Community (public) git clone https://github.com/odoo/odoo.git odoo-community cd odoo-community