[IMP] hr_timesheet_work_entry: work entry type in more views

This commit is contained in:
Jared Kipe
2022-01-09 14:22:53 -08:00
committed by Mayank Patel
parent a6bcce1620
commit 2beb6552b9
2 changed files with 19 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
'license': 'AGPL-3',
'category': 'Human Resources',
'depends': [
'project',
'hr_timesheet',
'hr_work_entry',
],