If I design a module, I can perform:
odoo -d mydatabase -u all
in order to update all modules.
However, if I want to update just one module I would expect that:
odoo -d mydatabase -u my_module_name
would fit
But it does not, I just changed the name of the module and after updating using -u my_module_name does not work.
what kind of tittle is that? is this some kind of click bait?, check in the logs for correctly modules load, maybe you have some kind of missing dependencies
No click baits at all Axel, title refers to how to update modules and body highlights doubts about that. Something that might seem obvious is not so obviously covered by the docs (it is actually still TODO in docs http://odoo-development.readthedocs.io/en/latest/odoo/usage/install-module.html)