Skip to Content
Menu
This question has been flagged
2 Replies
1230 Views

2025-01-23 20:26:20,177 1609 WARNING ? odoo.modules.graph: module user_log_view: not installable, skipped

2025-01-23 20:26:20,189 1609 INFO ? odoo.modules.loading: loading 379 modules...

2025-01-23 20:26:20,245 1609 WARNING ? odoo.addons.attachment_indexation.models.ir_attachment: Attachment indexation of PDF documents is unavailable because the 'pdfminer' Python library cannot be found on the system. You may install it from https://pypi.org/project/pdfminer.six/ (e.g. `pip3 install pdfminer.six`)

2025-01-23 20:26:24,494 1609 INFO ? odoo.modules.loading: 379 modules loaded in 4.30s, 0 queries (+0 extra)

2025-01-23 20:26:25,100 1609 ERROR ? odoo.modules.loading: Some modules have inconsistent states, some dependencies may be missing: ['user_log_view']



Need help 

Avatar
Discard
Best Answer

Hi,
When you trigger migration from odoo sh, and if you are triggering migration in staging, the db backup will be taken from the live and initiate upgrade in staging.

SO if you have a module named: user_log_view in live and if you are not planning to take it to 18, uninstall it from the live and trigger migration tommorow (need to generate an automated backup without this module installed) or keep the same module as a migrated version in staging and then initiate the migration.

Thanks

Avatar
Discard
Author Best Answer

Thank you very much, as you say, I deleted the submodule, updated the backup and everything was solved.

Avatar
Discard