14 User : Only kiosk mode The user will be able to open the kiosk mode and validate the employee PIN. User The user will gain access to the human resources attendance menu, enabling him to manage his own attendance. Officer : Manage all attendances 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)] Manual Attendance: own attendances [('employee_id.user_id', '=', user.id)] user: read own attendance only [('employee_id.user_id','=',user.id)] 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)] Attendance report multi company rule [('company_id', 'in', company_ids)]