跳至內容
選單
此問題已被標幟
1 回覆
2374 瀏覽次數
how to show the external modules in odoo from the extra-addons path of docker to be able to install them


頭像
捨棄
最佳答案

Hello

First open your docker-composer.yml

must have a bind of this folder something like that: "./extra-addons:/mnt/extra-addons"

second:

Edit your odoo.conf and add to addons-path: ,/mnt/extra-addons

finally restart your docker container and refresh the application list on odoo

頭像
捨棄