docker pull odoo:17.0 docker run -d -p 8069:8069 --name odoo-enterprise odoo:17.0
If you use Odoo.sh , you can access the code via the platform's console or linked GitHub account. 2. Method A: Direct Download (Web Portal) Download Odoo Enterprise Source Code
The simplest way for end-users to get the latest source files is through the official Odoo Download Page . Navigate to the Odoo Downloads section. docker pull odoo:17
# 1. Clone Community (public) git clone https://github.com/odoo/odoo.git odoo-community cd odoo-community Download Odoo Enterprise Source Code