Merge pull request #4442 from expsa/eltayar

Clean base_odex dependencies - Keep only 'base' dependency
This commit is contained in:
Mohamed Eltayar 2025-08-30 19:11:30 +03:00 committed by GitHub
commit 439f2d3ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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'],