[IMP] hr_attendance_work_entry: Modified kiosk mode views and attendance views to allow for various punch types.

This commit is contained in:
Brett Spaulding
2020-09-18 17:26:50 -04:00
parent 713a076dd4
commit eda51873b8
13 changed files with 454 additions and 5 deletions

View File

@@ -6,12 +6,22 @@
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'data': [
'data/hr_attendance_work_entry_data.xml',
],
'depends': [
'hr_attendance',
'hr_work_entry',
],
'data': [
'data/hr_attendance_work_entry_data.xml',
'views/attendance_views.xml',
'views/employee_views.xml',
'views/web_assets.xml',
'views/work_entry_views.xml',
],
'demo': [
'data/hr_attendance_work_entry_demo.xml',
],
'qweb': [
'static/src/xml/hr_attendance.xml',
],
'pre_init_hook': 'attn_payroll_pre_init_hook',
}