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

Hi Community, 

I am looking for if there is any feature that enables auto-compilation of the python and XML changes, very similar to the nodejs "watch" command.


reference:

npm run watch -- in NodeJS on executing this command you don't have to restart the server again and again but the npm automatically detects the changes in the files and restarts the server automatically.


I'm looking for the similar feature in odoo.


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

Hello you can do that with the parameter --dev=all in the server's start command like : ' /home/odoo/odoo-dev/odoo-bin -c /home/odoo/specifique/dev/you_conf.conf --dev=all '

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

Hi Remy,

Thank you so much for the solution.

Related Posts Відповіді Переглядів Дія
1
груд. 20
4815
4
січ. 24
16221
1
серп. 23
6594
1
квіт. 22
10775
0
бер. 21
4986