Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2394 Lượt xem
how to show the external modules in odoo from the extra-addons path of docker to be able to install them


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ