[IMP] hr_payroll_timesheet: require hr_timesheet_work_type and use the timesheet's specififed work entry type

This commit is contained in:
Jared Kipe
2020-10-06 12:14:49 -07:00
parent fd32e01a0e
commit 6ec7c3f24c
6 changed files with 87 additions and 17 deletions

View File

@@ -11,9 +11,12 @@
'views/hr_contract_view.xml',
'views/hr_payslip_views.xml',
],
'demo': [
'data/hr_payroll_timesheet_demo.xml',
],
'depends': [
'hr_payroll',
'hr_timesheet',
'hr_timesheet_work_entry',
'hr_payroll_overtime',
],
'pre_init_hook': 'ts_payroll_pre_init_hook',