devops
d9f8a62886
Fix missing Odoo module dependency declarations
Four __manifest__.py files were missing declared dependencies on modules
they already reference via comodel_name fields:
- encoach_exam: add encoach_taxonomy (defines encoach.subject)
- encoach_subscription: add encoach_taxonomy
- encoach_training: add encoach_taxonomy
- encoach_courseware: add encoach_assignment (defines encoach.assignment)
Without these, Odoo's module loader throws AssertionError on unknown
comodel_name and refuses to initialize the registry.
Made-with: Cursor
2026-04-01 20:01:25 +04:00
..
2026-04-01 17:10:04 +04:00
2026-04-01 20:01:25 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00
2026-04-01 17:10:04 +04:00