diff --git a/addons_extensions/hr_payroll_extended/__manifest__.py b/addons_extensions/hr_payroll_extended/__manifest__.py index 626b095ef..448daaf62 100644 --- a/addons_extensions/hr_payroll_extended/__manifest__.py +++ b/addons_extensions/hr_payroll_extended/__manifest__.py @@ -7,7 +7,8 @@ 'depends': [ 'hr_payroll', 'consolidated_batch_payslip', - 'hr_work_entry_holidays' + 'hr_work_entry_holidays', + 'hr_timeoff_extended', ], 'data': [ 'data/hr_salary_advance_sequence.xml',