Helps you manage the attendances.
14
Kiosk Attendance
The user will be able to open the kiosk mode and validate the employee PIN.
Manual Attendance
The user will gain access to the human resources attendance menu, enabling him to manage his own attendance.
Officer
Administrator
Enable PIN use
The user will have to enter his PIN to check in and out manually at the company screen.
Employee multi company rule
['|',('employee_id.company_id','=',False),('employee_id.company_id', 'in', company_ids)]
attendance officer: full access
[(1,'=',1)]
user: read and modify own attendance only
[('employee_id.user_id','=',user.id)]