Hello everyone,
I am currently upgrading Odoo from version 13 to version 17, and I have encountered issues with my custom modules. These modules are functioning correctly on an Odoo 17 instance I am using locally, but when I try to install them on my Odoo SH platform, I receive the following warnings and errors in the logs:
2024-11-04 12:12:19,758 428 WARNING excopaie-excopaie-16248932 odoo.modules.graph: module excopaie: not installable, skipped 2024-11-04 12:12:19,758 428 WARNING excopaie-excopaie-16248932 odoo.modules.graph: module excohsp: not installable, skipped 2024-11-04 12:12:19,758 428 WARNING excopaie-excopaie-16248932 odoo.modules.graph: module excocompta: not installable, skipped 2024-11-04 12:12:19,758 428 WARNING excopaie-excopaie-16248932 odoo.modules.graph: module odoo_report_xlsx: not installable, skipped 2024-11-04 12:12:20,204 428 ERROR excopaie-excopaie-16248932 odoo.modules.loading: Some modules have inconsistent states, some dependencies may be missing: ['excocompta', 'excohsp', 'excopaie', 'odoo_report_xlsx'] 2024-11-04 12:12:20,205 428 WARNING excopaie-excopaie-16248932 odoo.schema: Table 'res_country': unable to set NOT NULL on column 'code' 2024-11-04 12:12:20,206 428 WARNING excopaie-excopaie-16248932 odoo.schema: Table 'hr_work_location': unable to set NOT NULL on column 'address_id'
It seems that the modules excopaie, excohsp, excocompta, and odoo_report_xlsx are marked as not installable. I suspect there may be missing dependencies or inconsistencies in the module states after the upgrade.
Could you help me understand why these modules are not installable in this Odoo SH environment? Are there specific steps I should follow to diagnose or resolve these issues?
Thank you in advance for your assistance and advice.
Best regards,