Hi There
I am running Odoo 18 CE on Mac in Pycharm. I correctly defined the custom addons path in odoo.conf. But when I try to upgrade or install any custom module (tried various, my own and OCA modules), I get the following errors for all the modules in the custom_addons folder:
odoo.modules.graph: module xxx: not installable, skipped
odoo.modules.loading: Some modules have inconsistent states, some dependencies may be missing: ['xxx']
In Odoo 17 CE running in the same setup I was able to solve it by upgrading the base modules, but in V18 it does not work.
I can install all custom modules from the Odoo 18 user interface without any issues, but just not from the command line. What might be the issue?
Thank you in advance!