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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1323
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
mar 25
|
1820 | ||
|
0
mar 25
|
739 | ||
|
4
ene 25
|
1577 | ||
|
1
nov 24
|
1716 | ||
|
2
abr 25
|
768 |
We can use -u flag followed by the module want to update, in the dockerfile CMD
Example:
CMD ["odoo", "-d", "odoo", "-u","stock"]