HR Attendance hours report

hr_attendance_hour_type_report
REPOSITORY
REPOSITORYOCA/hr-attendance
GIT
GIThttps://github.com/OCA/hr-attendance.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/hr-attendance/tree/14.0/hr_attendance_hour_type_report
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAlexandre Fayolle, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/hr-attendance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/hr-holidays:
    - hr_holidays_public
odoo/odoo:
    - hr_attendance
    - hr
    - base_setup
    - base
    - web
    - mail
    - bus
    - web_tour
    - resource
    - barcodes
    - hr_holidays
    - calendar
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 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
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
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/hr-attendance
PULL REQUEST
PULL REQUEST[16.0][MIG]hr_attendance_hour_type_report (#237)