mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] hr_payroll_timesheet: require hr_timesheet_work_type and use the timesheet's specififed work entry type
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user