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
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
1828
Vizualizări
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
3
mar. 25
|
2834 | ||
|
0
mar. 25
|
1369 | ||
|
4
ian. 25
|
2350 | ||
|
1
nov. 24
|
2443 | ||
|
2
apr. 25
|
1160 |
We can use -u flag followed by the module want to update, in the dockerfile CMD
Example:
CMD ["odoo", "-d", "odoo", "-u","stock"]