Remove all dependencies except 'base' from base_odex module

This commit is contained in:
Mohamed Eltayar 2025-08-30 19:10:50 +03:00
parent 5502d83696
commit ec38dcf00f
1 changed files with 1 additions and 5 deletions

View File

@ -17,11 +17,7 @@ Extending the Odoo's base module by adding a cross-apps models e.g. `res.country
any new module should depend in this module so that developer can reuse it.
""",
'website': 'http://www.exp-sa.com',
'depends':
['odex25_web', 'hide_login_db_selection', 'web_hijri_datepicker', 'base_custom_filter',
'ps_dynamic_report', 'auditlog', 'auto_logout_idle_user_odoo', 'web_environment_ribbon', 'sw_multi_search',
'odex25_website', 'system_notification',
'odoo_dynamic_workflow', 'dynamic_reject_workflow', 'report_xlsx', 'send_report_by_email','fims_general_search_tree_view','quick_language_selection','base_search_custom_field_filter','odex25_apps_features'],
'depends': ['base'],
'data': ['data/category.xml'],