Skip to Content
Menu
This question has been flagged
2345 Views

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

Avatar
Discard

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 Replies Views Activity
3
Mar 25
3774
0
Mar 25
1915
4
Jan 25
3086
1
Nov 24
3050
2
Apr 25
1601