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
Odoo dependencies
OCA/hr-holidays:
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

No public methods.

New fields (2)
  • 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'
Public methods (0)

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)