You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can setup Odoo enterprise with odoo-16-docker-compose like this:
Create a new folder in "addons" named "enterprise" and put the enterprise addons in "addons/enterprise"
Append the path to addons_path in the config file at "etc/odoo.conf"
Restart the Odoo container (or down and up the Odoo container again):
$ docker-compose restart
# or
$ docker-compose down
$ docker-compose up -d
You should deploy Odoo enterprise with docker-compose in a separate directory without running Odoo community database(s).
After deploying Odoo enterprise with docker-compose, please create a new enterprise database and import data from community version (if you have a running community instance)
I'm running odoo-16-docker-compose and I'd like to upgrade to enterprise version. Please advise how to do it.
The text was updated successfully, but these errors were encountered: