How do I access odoo directories to add custom modules? runs with Docker on Mac M1
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
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.
I already have my instance installed and configured through the terminal but I can't find the docker directories on my mac m1
Your Docker volumes can usually be found under /var/lib/docker/volumes, but I don't know if this also applies for Mac
Working on linux I find them in that location but on my MAC M1 they are not there and I can't find them
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
4
Des 24
|
16625 | ||
how to Install odoo 15 with docker?
Diselesaikan
|
|
4
Des 23
|
45736 | |
|
1
Jan 23
|
3559 | ||
|
1
Mar 24
|
6353 | ||
|
1
Feb 21
|
2697 |