odoo / docker

Other
931 stars 1.51k forks source link

how to somehow sftp to default addons file inside container? #462

Closed pcmnn-id closed 2 months ago

pcmnn-id commented 10 months ago

i want to modify default odoo addons

lathama commented 3 months ago

From https://hub.docker.com/_/odoo

Mount custom addons
You can mount your own Odoo addons within the Odoo container, at /mnt/extra-addons

$ docker run -v /path/to/addons:/mnt/extra-addons -p 8069:8069 --name odoo --link db:db -t odoo
Note: Altough there is no official Odoo Enterprise Docker image, the Enterprise modules can be mounted by using the above mentionned method.

If this answers your question please close this issue.

lathama commented 3 months ago

@pcmnn-id in an effort to clean up the issues can you close this issue?