Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Attendances
Entity: res.users
Description:
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| attendance_manager_id | Many-to-One | employee_id.attendance_manager_id | ||
| attendance_state | Selection | employee_id.attendance_state | ||
| display_extra_hours | Boolean | company_id.hr_attendance_display_overtime | ||
| hours_last_month | Float | employee_id.hours_last_month | ||
| hours_last_month_display | Char | employee_id.hours_last_month_display | ||
| last_check_in | Datetime | employee_id.last_attendance_id.check_in | ||
| last_check_out | Datetime | employee_id.last_attendance_id.check_out | ||
| total_overtime | Float | employee_id.total_overtime |
