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

when I run:

python3 odoo-bin -u module_x

I want it to start the upgrade immediately after starting, without having to open the browser.

I use vs code, normally but a command line trick is also an acceptable answer.

Аватар
Відмінити
Найкраща відповідь

Hi

You should specify what database you want to update by adding -d parameter

Eg:   python3 odoo-bin -d your_database -u module_x 

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

I wasn't giving it the -d option :) Also after thinking about it, this behavior is correct since you may have many databases, and upgrading in all of them will be unnecessary.

Найкраща відповідь

The parameter -u works right after starting, so it's what you need. What is the problem?

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
черв. 23
14752
1
січ. 22
2041
0
лист. 21
2383
1
лип. 21
2177
Odoo server Вирішено
3
лют. 20
18435