Ir al contenido
Menú
Se marcó esta pregunta
1812 Vistas

i have odoo17 and odoo16 instances in docker container. What is the  command to upgrade the custom modules in terminal from backend?

Avatar
Descartar

We can use -u flag followed by the module want to update, in the dockerfile CMD

Example:
CMD ["odoo", "-d", "odoo", "-u","stock"]

Publicaciones relacionadas Respuestas Vistas Actividad
3
mar 25
2797
0
mar 25
1335
4
ene 25
2323
1
nov 24
2420
2
abr 25
1150