Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
3497 Ansichten

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

Avatar
Verwerfen
Beste Antwort

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
Verwerfen
Autor Beste Antwort
I already have my instance installed and configured through the terminal but I can't find the docker directories on my mac m1



Avatar
Verwerfen

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

Autor


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

Verknüpfte Beiträge Antworten Ansichten Aktivität
4
Dez. 24
16865
4
Dez. 23
46172
1
Jan. 23
3782
1
März 24
6629
1
Feb. 21
2847