Hi,
I want to do local Odoo development on Windows.
No problem installing Odoo, Enterprise and Custom modules.
I would like to activate the development options to be more efficient, such as the autoreload of Python during a change.
However, when I activate "--dev=reload" when launching my server, it listens to the files and triggers when a python code is changed, but stops the server right after... I then have to restart it.
Do you have any advice or a particular configuration to make this work correctly?
Thanks in advance