İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
3460 Görünümler

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

Avatar
Vazgeç
En İyi Yanı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.

Avatar
Vazgeç
Üretici En İyi Yanıt
I already have my instance installed and configured through the terminal but I can't find the docker directories on my mac m1



Avatar
Vazgeç

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

Üretici


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

İlgili Gönderiler Cevaplar Görünümler Aktivite
4
Ara 24
16815
4
Ara 23
46049
1
Oca 23
3742
1
Mar 24
6552
1
Şub 21
2812