diff --git a/new_project/custom_addons/encoach_courseware/__manifest__.py b/new_project/custom_addons/encoach_courseware/__manifest__.py index 830c2b5e8..f8d693b50 100644 --- a/new_project/custom_addons/encoach_courseware/__manifest__.py +++ b/new_project/custom_addons/encoach_courseware/__manifest__.py @@ -4,7 +4,7 @@ 'category': 'Education', 'summary': 'Course chapters, materials, progress, AI workbench', 'author': 'EnCoach', - 'depends': ['encoach_core', 'encoach_taxonomy', 'encoach_ai', 'openeducat_core'], + 'depends': ['encoach_core', 'encoach_taxonomy', 'encoach_ai', 'openeducat_core', 'encoach_assignment'], 'data': ['security/ir.model.access.csv', 'data/ir_cron.xml'], 'installable': True, 'license': 'LGPL-3', diff --git a/new_project/custom_addons/encoach_exam/__manifest__.py b/new_project/custom_addons/encoach_exam/__manifest__.py index db1fb9413..64f6de5bd 100644 --- a/new_project/custom_addons/encoach_exam/__manifest__.py +++ b/new_project/custom_addons/encoach_exam/__manifest__.py @@ -4,7 +4,7 @@ 'category': 'Education', 'summary': 'AI-powered exam management: structures, rubrics, exercises', 'author': 'EnCoach', - 'depends': ['encoach_core'], + 'depends': ['encoach_core', 'encoach_taxonomy'], 'data': [ 'security/ir.model.access.csv', ], diff --git a/new_project/custom_addons/encoach_subscription/__manifest__.py b/new_project/custom_addons/encoach_subscription/__manifest__.py index e66c7397c..22b419af9 100644 --- a/new_project/custom_addons/encoach_subscription/__manifest__.py +++ b/new_project/custom_addons/encoach_subscription/__manifest__.py @@ -4,7 +4,7 @@ 'category': 'Education', 'summary': 'Packages, payments (Stripe/PayPal/Paymob), discounts', 'author': 'EnCoach', - 'depends': ['encoach_core'], + 'depends': ['encoach_core', 'encoach_taxonomy'], 'data': ['security/ir.model.access.csv'], 'installable': True, 'license': 'LGPL-3', diff --git a/new_project/custom_addons/encoach_training/__manifest__.py b/new_project/custom_addons/encoach_training/__manifest__.py index 55f997a7e..ec60851ad 100644 --- a/new_project/custom_addons/encoach_training/__manifest__.py +++ b/new_project/custom_addons/encoach_training/__manifest__.py @@ -4,7 +4,7 @@ 'category': 'Education', 'summary': 'Tips, walkthroughs, FAISS embeddings', 'author': 'EnCoach', - 'depends': ['encoach_core'], + 'depends': ['encoach_core', 'encoach_taxonomy'], 'data': ['security/ir.model.access.csv'], 'installable': True, 'license': 'LGPL-3',