mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] hr_attendance_work_entry: Modified kiosk mode views and attendance views to allow for various punch types.
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user