diff --git a/numipack/__manifest__.py b/numipack/__manifest__.py index a453f37d..f22e25d0 100644 --- a/numipack/__manifest__.py +++ b/numipack/__manifest__.py @@ -11,14 +11,27 @@ 'category': 'Other', 'summary': 'Functional dependencies for all Odoo instances.', 'depends': [ + # OCA/server-tools 'base_technical_features', + + # odoo/odoo 'board', + + # OCA/server_brand 'disable_odoo_online', - 'disable_quick_create', + + # OCA/server-auth 'password_security', # TA#2532 + + # Numigi/aeroo_reports 'report_aeroo', + + # Numigi/odoo-web-addons 'web_contextual_search_favorite', # TA#2637 'web_search_date_range', + 'disable_quick_create', + + # OCA/web 'web_search_with_and', # TA#2547 ], 'installable': True, diff --git a/numitech/__manifest__.py b/numitech/__manifest__.py index 52dae137..1b41f4ef 100644 --- a/numitech/__manifest__.py +++ b/numitech/__manifest__.py @@ -11,6 +11,7 @@ 'category': 'Extra Tools', 'summary': 'Quality tools we want in every instances.', 'depends': [ + # OCA/server-tools 'auto_backup', 'sentry', ],