Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3456 Lượt xem

How do I access odoo directories to add custom modules? runs with Docker on Mac M1

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

You have to specify a volume or bind mount for you addons, for example:

volumes:
- config:/etc/odoo
- extra-addons:/mnt/extra-addons
- data:/var/lib/odoo

In your /etc/odoo/odoo.conf add the following:

[options]
addons_path = /mnt/extra-addons

After this restart your container and you should be able to install custom addons. For more information you can also check out my blog post about this topic.

I hope this helps.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất
I already have my instance installed and configured through the terminal but I can't find the docker directories on my mac m1



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

Your Docker volumes can usually be found under /var/lib/docker/volumes, but I don't know if this also applies for Mac

Tác giả


Working on linux I find them in that location but on my MAC M1 they are not there and I can't find them

Bài viết liên quan Trả lời Lượt xem Hoạt động
4
thg 12 24
16812
4
thg 12 23
46045
1
thg 1 23
3736
1
thg 3 24
6550
1
thg 2 21
2811