Once source code is on disk:
cd /path/to/odoo-community
python3 odoo-bin -c /path/to/odoo-enterprise.conf
Fix: Run sudo npm install -g less and restart Odoo. Also check that node is in the Odoo user’s PATH.
./odoo-bin --addons-path=addons,../enterprise
Odoo no longer provides direct ZIP downloads of the Enterprise edition via their website. You must link your GitHub account.
Verify access:
Open a terminal and run:
git ls-remote https://github.com/odoo/enterprise.git
If prompted for a username/password, use your GitHub credentials. If you see a list of commits → success.
sudo apt update
sudo apt install -y git python3 python3-pip python3-venv \
postgresql postgresql-contrib wkhtmltopdf node-less \
build-essential libpq-dev libjpeg-dev libpng-dev \
libxml2-dev libxslt1-dev libsasl2-dev libldap2-dev \
libssl-dev libffi-dev
Once source code is on disk:
cd /path/to/odoo-community
python3 odoo-bin -c /path/to/odoo-enterprise.conf
Fix: Run sudo npm install -g less and restart Odoo. Also check that node is in the Odoo user’s PATH.
./odoo-bin --addons-path=addons,../enterprise
Odoo no longer provides direct ZIP downloads of the Enterprise edition via their website. You must link your GitHub account.
Verify access:
Open a terminal and run:
git ls-remote https://github.com/odoo/enterprise.git
If prompted for a username/password, use your GitHub credentials. If you see a list of commits → success.
sudo apt update
sudo apt install -y git python3 python3-pip python3-venv \
postgresql postgresql-contrib wkhtmltopdf node-less \
build-essential libpq-dev libjpeg-dev libpng-dev \
libxml2-dev libxslt1-dev libsasl2-dev libldap2-dev \
libssl-dev libffi-dev