Hello,
I am trying to upgrade from Odoo 17 to Odoo 18 on Odoo.sh. The upgrade is in the final stage, waiting for a commit to proceed. The problem is that I am seeing the following error:
"odoo.modules.loading: Some modules have inconsistent states, some dependencies may be missing: ['module-x', 'module-y']." I used fake names for the modules.
The issue is that neither of these modules is part of what I added, nor do they exist in the original Odoo addons. I searched for any references to them using grep in the shell, but I found no mention of them anywhere except in the log entry. They do not exist in the custom code files either. Is there a way to force the update to work despite this error?
At that point the actual module names could be helpful. Also, in your production Odoo 17, can you find them in Apps (without the Apps filter). Could be that those modules in fact have been installed in the past and then got removed from your repository without actually uninstalling the modules first.