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
In my case i've add this here
volumes:
#- /etc/timezone:/etc/timezone:ro
#- /etc/localtime:/etc/localtime:ro
# - ./entrypoint.sh:/entrypoint.sh # if you want to install additional Python packages, uncomment this line!
- ./addons:/mnt/extra-addons
- ./enterprise/odoo/addons:/mnt/enterprise-addons
and in odoo.conf
addons_path = /mnt/enterprise-addons, /mnt/extra-addons
what is the process for upgrading the v15 to enterprises?
The text was updated successfully, but these errors were encountered: