| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr-attendance |
| GIT | |
| GIT | https://github.com/OCA/hr-attendance.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr-attendance/tree/14.0/hr_attendance_hour_type_report |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr-attendance |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/hr-holidays: - hr_holidays_public odoo/odoo: - hr_attendance - hr - base_setup - base - web - bus - web_tour - resource - barcodes - hr_holidays - calendar |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_attendance_pivot_view |
hr.attendance | pivot | New | |
hr_attendance_report_tree_view |
hr.attendance | tree | New | |
hr_attendance_search_view |
hr.attendance | xpath | Inherits hr_attendance.hr_attendance_view_filter | |
res_config_settings_view_form |
res.config.settings | xpath | Inherits hr_attendance.res_config_settings_view_form |
date
Date
compute='_compute_date'
help='date of the attendance, from the payroll point of view'
store=True
string='Date'
date_type
Selection
compute='_compute_date_type'
store=True
args: [('normal', 'Weekday'), ('sunday', 'Sunday'), ('holiday', 'Public Holiday')]
worked_hours_daytime
Float
compute='_compute_worked_hours'
readonly=True
store=True
string='Day hours'
worked_hours_nighttime
Float
compute='_compute_worked_hours'
store=True
string='Night hours'
No public methods.
hr_night_work_hour_end
Float
default=6
help='expressed in company timezone'
args: 'End of night work time'
hr_night_work_hour_start
Float
default=22
help='expressed in company timezone'
args: 'Beginning of night work time'
No public methods.
hr_night_work_hour_end
Float
readonly=False
related='company_id.hr_night_work_hour_end'
hr_night_work_hour_start
Float
readonly=False
related='company_id.hr_night_work_hour_start'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/hr-attendance |
| PULL REQUEST | |
| PULL REQUEST | [16.0][MIG]hr_attendance_hour_type_report (#237) |