skip to Main Content

What is the best way to deploy Odoo with Docker?

I am deploying Odoo 15 with Docker, and I am using the docker-compose.yml recommended in https://hub.docker.com/_/odoo. As you can see, the following volumes are created for the web service: volumes: - odoo-web-data:/var/lib/odoo - ./config:/etc/odoo - ./addons:/mnt/extra-addons The conclusion here is…

VIEW QUESTION

Odoo custom addon_path not found – Debian

I setup a clean Debian 10 vps, launch this setup script https://raw.githubusercontent.com/Yenthe666/InstallScript/14.0/odoo_install_debian.sh and all seems is correctly installed I can't get the /odoo/custom/addons folder to work Odoo Enterprise This is the /etc/odoo-server.conf [options] ; This is the password that allows…

VIEW QUESTION
Back To Top
Search