Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2546 Visualizações

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

Avatar
Cancelar

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

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

Publicações relacionadas Respostas Visualizações Atividade
3
mar. 25
4119
0
mar. 25
2203
4
jan. 25
3464
1
nov. 24
3356
2
abr. 25
1749