Hi everyone!
I'm modifying an Odoo addon made by another developer. This Odoo instalation is running on Docker, and until now I haven't been necessary to update the module: for each change, I'm only update the .py or the .xml file and restart docker.
So, I'm wondering, In which do is it any case to update the addon using the apps module?
Thanks in advance.