Hi there!
I am currently facing a small blocker regarding the upgrade from Community to Enterprise edition. I have searched for resources but have the following question:
I received a database activation code when I purchased the annual license for the Custom plan. I can enter this code after installing the web_enterprise module to unlock my database.
I am using an Odoo 19 on-premise installation (Odoo 19.0-20251121 (Community Edition)) on a VPS (Virtual Private Server) using Docker. The web_enterprise module is not available in this installation, so I looked for where to obtain it.
I found this page and intended to download the sources for Odoo 19 there: https://www.odoo.com/de_DE/page/download
My question is: I need to download the "Sources" for Odoo 19, place the enterprise addons directly on the host, and pass them as a bind mount in the docker-compose.yml, correct? This should allow me to update the app list, install the web_enterprise app, and then activate the license code.
I would be very grateful for a verification.
Yes, you are on right right track.
In docker-compose.yml file you need to add the
- ./enterprise:/mnt/enterprise_addons(name as per your choice)
and also update the addons path in odoo.conf file which you sent to the docker environment..
Please let me know if you want more help for this.
Thanks.