odoo / docker

Other
955 stars 1.54k forks source link

[ issue or feature? ] Impossible to override a function #438

Open tomtom30 opened 1 year ago

tomtom30 commented 1 year ago

Hi, Iam tried to override a function and I discover that it is impossible on docker? There is no volume which expose /usr/lib/python3/dist-packages/odoo/addons/ ? Have you got a solution? thanks

amh-mw commented 1 year ago

Mount your addons into volume /mnt/extra-addons instead.

Edit: See https://github.com/docker-library/docs/tree/master/odoo#mount-custom-addons

lathama commented 6 months ago

@tomtom30 did you figure out how to mount the addons volume? If so can you close this issue?