i have odoo17 and odoo16 instances in docker container. What is the command to upgrade the custom modules in terminal from backend?
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
We can use -u flag followed by the module want to update, in the dockerfile CMD
Example:
CMD ["odoo", "-d", "odoo", "-u","stock"]