docker icon indicating copy to clipboard operation
docker copied to clipboard

Odoo theme addons on docker

Open uwabujo77 opened this issue 3 years ago • 4 comments

This is my first time using docker. my boss want me to install odoo on docker. I have done that but am having issues adding the theme modules. I have followed the instructions on docker.com/odoo but it only creates container on the docker and the themes are not updated on the odoo. Please i need urgent help

uwabujo77 avatar Jul 23 '20 13:07 uwabujo77

Hello @uwabujo77 are using docker on Windows or Mac?

ohiageorge avatar Jul 23 '20 14:07 ohiageorge

@ohiageorge windows

uwabujo77 avatar Jul 23 '20 18:07 uwabujo77

Hi @uwabujo77, I think that this is a "how to" rather than an issue, so forums are the right place to find/get an answer ASAP! But you can try following:

  • Running odoo container in command line (with volume from your windows machine): docker run -v /path/to/addons/in/windows:/mnt/extra-addons -p 8069:8069 --name odoo --link db:db -t odoo:<tag>
  • Or using docker-compose ! But taking the fact that you are new to Docker, you can queue this option for futur (best method to use docker).
  • If you have already created an odoo database in postgres container, you will not see your custom mounted addon(s) until you will make an update to your applications list: odoo > Apps > Update Apps List (debug mode)

arabkhemar avatar Jul 23 '20 21:07 arabkhemar

@uwabujo77 in an effort to clean up the issues queue would you mind closing out this issue?

lathama avatar Apr 03 '24 20:04 lathama