TIP: You can type at any time to perform a new search.
HR Attendance hours report
hr_attendance_hour_type_report · OCA/hr-attendance
- Repository
- OCA/hr-attendance · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Human Resources
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/hr-attendance
- Last tracking update
- 2026-08-07 07:47:41
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Alexandre Fayolle, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (4)
| 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 | search | Inherits hr_attendance.hr_attendance_view_filter | |
res_config_settings_view_form |
res.config.settings | form | Inherits hr_attendance.res_config_settings_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (4)
-
dateDatecompute='_compute_date'help='date of the attendance, from the payroll point of view'store=Truestring='Date' -
date_typeSelectioncompute='_compute_date_type'store=True args: [('normal', 'Weekday'), ('sunday', 'Sunday'), ('holiday', 'Public Holiday')] -
worked_hours_daytimeFloatcompute='_compute_worked_hours'readonly=Truestore=Truestring='Day hours' -
worked_hours_nighttimeFloatcompute='_compute_worked_hours'store=Truestring='Night hours'
No public methods.
New fields (2)
-
hr_night_work_hour_endFloatdefault=6help='expressed in company timezone' args: 'End of night work time' -
hr_night_work_hour_startFloatdefault=22help='expressed in company timezone' args: 'Beginning of night work time'
No public methods.
New fields (2)
-
hr_night_work_hour_endFloatreadonly=Falserelated='company_id.hr_night_work_hour_end' -
hr_night_work_hour_startFloatreadonly=Falserelated='company_id.hr_night_work_hour_start'
No public methods.
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 262 days ago
- Last activity
- 7 days ago
- Repository
- OCA/hr-attendance
- Pull request
- [16.0][MIG]hr_attendance_hour_type_report (#237)
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 43 days ago
- Last activity
- 22 days ago
- Repository
- OCA/hr-attendance
- Pull request
- [18.0][MIG] hr_attendance_hour_type_report: Migration to 18.0 (#286)