diff --git a/odex25_hr/exp_hr_payroll/__manifest__.py b/odex25_hr/exp_hr_payroll/__manifest__.py index c84b14ccd..9ddcc8a13 100644 --- a/odex25_hr/exp_hr_payroll/__manifest__.py +++ b/odex25_hr/exp_hr_payroll/__manifest__.py @@ -15,7 +15,6 @@ 'security/hr_payroll_security.xml', 'security/ir.model.access.csv', 'data/hr_payroll_sequence.xml', - 'data/hr_payroll_data.xml', 'wizard/hr_payroll_payslips_by_employees_views.xml', 'wizard/hr_payroll_contribution_register_report_views.xml', 'views/hr_contract_views.xml', @@ -27,6 +26,7 @@ 'views/report_contribution_register_templates.xml', 'views/report_payslip_templates.xml', 'views/report_payslip_details_templates.xml', + 'data/hr_payroll_data.xml', ], 'images': ['static/description/banner.png'], 'application': True,