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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
1779
Visualizzazioni
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
3
mar 25
|
2756 | ||
|
0
mar 25
|
1288 | ||
|
4
gen 25
|
2272 | ||
|
1
nov 24
|
2371 | ||
|
2
apr 25
|
1142 |
We can use -u flag followed by the module want to update, in the dockerfile CMD
Example:
CMD ["odoo", "-d", "odoo", "-u","stock"]