After installation, create a dedicated PostgreSQL user for Odoo:
sudo systemctl daemon-reload sudo systemctl start odoo sudo systemctl enable odoo install download odoo enterprise source code
Cloning via GitHub simplifies the process of applying future updates and bug fixes. Odoo Enterprise source code is kept in a private repository, requiring you to link your GitHub account to your Odoo subscription first. Go to odoo.com and link your GitHub username. After installation, create a dedicated PostgreSQL user for
git clone https://github.com/odoo/enterprise.git odoo-enterprise install download odoo enterprise source code
git clone https://github.com --depth 1 --branch 17.0 /opt/odoo/odoo-server Use code with caution. Clone Odoo Enterprise
Paste the following configuration template into the file. Make sure to update the addons_path to include both your Community and Enterprise source directories: