Hello,
Using Odoo 12 in docker container.
I'm working on a custom module and wonder what really needs to be refresh to apply our changes.
I noticed that when editing models.py, I needed first to `docker-compose down ; docker-compose up` then go to Applications and update my module here.
When editing xml files, I just need to update my module in the Applications section of Odoo.
First, is that right ? Could you explain why it's so (for example, why do I need to take down/up the container when working on models.py) ?
Finally, is there a faster way to update our code (command line, tools that would watch for changes, ...) ?
Thank you