hr.user.preferences.view.form.attendance.inherit res.users {'invisible': ['|', '|', '&', ('hr_presence_state', '=', 'present'), ('attendance_state', '=', 'checked_out'), ('is_absent', '=', True), ('id', '=', False), ]} {'invisible': ['|', '|', '|', ('is_absent', '=', True), ('hr_presence_state', '=', 'absent'), ('attendance_state', '=', 'checked_in'), ('id', '=', False), ]} hr.employee.holidays.attendance.inherit hr.employee {'invisible': ['|', '|', '&', ('hr_presence_state', '=', 'present'), ('attendance_state', '=', 'checked_out'), ('is_absent', '=', True), ('id', '=', False), ]} {'invisible': ['|', '|', '|', ('is_absent', '=', True), ('hr_presence_state', '=', 'absent'), ('attendance_state', '=', 'checked_in'), ('id', '=', False), ]}