We have the following situation:
We have a deployed Module A on odoo.sh.
During Development a new Module B developed.
B is a dependency of A.
Both are deployed with a new version number.
In odoo.sh Module B is not visible as it needs a app-list refresh. Therefore the Module B runs on error during deployment.
What's the proper way to deal with this situation?