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.