First - is there a way to specify a version in the "depends"-entry in the __manifest__.py? I did not find any.
When I upgrade a project I would like to uprade its dependencies first. Currently, this does not appear to happen: If I add a new view in a depend-module, use it in the parent module, it is not available. I have to update the depend-module first, manually.
This frequently causes errors. Thus, is there a way to upgrade all/some dependencies first when I upgrade a module?