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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
1776
Vues
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
3
mars 25
|
2753 | ||
|
0
mars 25
|
1286 | ||
|
4
janv. 25
|
2270 | ||
|
1
nov. 24
|
2369 | ||
|
2
avr. 25
|
1141 |
We can use -u flag followed by the module want to update, in the dockerfile CMD
Example:
CMD ["odoo", "-d", "odoo", "-u","stock"]