Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1873 Visninger

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

Avatar
Kassér

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

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

Related Posts Besvarelser Visninger Aktivitet
3
mar. 25
2869
0
mar. 25
1385
4
jan. 25
2377
1
nov. 24
2469
2
apr. 25
1185