i have odoo17 and odoo16 instances in docker container. What is the command to upgrade the custom modules in terminal from backend?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Buchhaltung
- Lager
- PoS
- Project
- MRP
Diese Frage wurde gekennzeichnet
1817
Ansichten
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
3
März 25
|
2808 | ||
|
0
März 25
|
1338 | ||
|
4
Jan. 25
|
2325 | ||
|
1
Nov. 24
|
2424 | ||
|
2
Apr. 25
|
1153 |
We can use -u flag followed by the module want to update, in the dockerfile CMD
Example:
CMD ["odoo", "-d", "odoo", "-u","stock"]