From 665d20304613f25addb1fd00012e0c706fb17397 Mon Sep 17 00:00:00 2001 From: Bakry Date: Sun, 10 Nov 2024 09:29:52 +0300 Subject: [PATCH] fix --- odex25_hr/exp_hr_payroll/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,