Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2218 Переглядів

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

Аватар
Відмінити

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 Відповіді Переглядів Дія
3
бер. 25
3626
0
бер. 25
1823
4
січ. 25
2965
1
лист. 24
2978
2
квіт. 25
1519