You must tell the Odoo server where to find both the Community and Enterprise folders. Locate your odoo.conf file.
sudo apt install -y git python3-pip python3-dev python3-venv \ build-essential libssl-dev libffi-dev libjpeg-dev \ libpq-dev libxml2-dev libxslt1-dev libsasl2-dev \ node-less libldap2-dev libsasl2-dev install download odoo enterprise source code
# 1. Clone Community source (public) git clone --branch 18.0 https://github.com/odoo/odoo.git /opt/odoo/community You must tell the Odoo server where to
For a production server, you should set up a systemd unit file to ensure Odoo starts automatically on boot and runs as a background service. install download odoo enterprise source code