Hr Attendance Overtime

hr_attendance_overtime
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_overtime
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYHuman Resources
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pierre Verkest
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pierre Verkest
COMMITTERS
COMMITTERSPierre Verkest, Weblate, OCA-git-bot, oca-ci, Ricardoalso
WEBSITE
WEBSITEhttps://github.com/OCA/hr-attendance
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/hr-attendance:
    - hr_attendance_reason
    - hr_attendance_autoclose
odoo/odoo:
    - resource
    - base
    - web
    - hr_attendance
    - hr
    - base_setup
    - mail
    - bus
    - web_tour
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
assets_backend hr_attendance_overtime assets ir.ui.view qweb Inherits web.assets_backend
hr_attendance_reason_view_form hr.attendance.reason.form hr.attendance.reason field Inherits hr_attendance_reason.hr_attendance_reason_view_form
hr_attendance_reason_view_tree hr.attendance.reason.tree hr.attendance.reason field Inherits hr_attendance_reason.hr_attendance_reason_view_tree
hr_attendance_view_form hr.attendance.form hr.attendance field Inherits hr_attendance.hr_attendance_view_form
hr_attendance_view_search hr.attendance.search hr.attendance filter Inherits hr_attendance.hr_attendance_view_filter
hr_attendance_view_tree hr.attendance.tree hr.attendance xpath Inherits hr_attendance.view_attendance_tree
qunit_suite hr attendance overtime tests ir.ui.view qweb Inherits web.qunit_suite_tests
view_resource_calendar_attendance_form resource.calendar.attendance.form resource.calendar.attendance xpath Inherits resource.view_resource_calendar_attendance_form
view_resource_calendar_attendance_tree resource.calendar.attendance.tree resource.calendar.attendance field Inherits resource.view_resource_calendar_attendance_tree
Models touched (5)

New fields (1)
  • is_overtime Boolean
    default=False string='Overtime'
Public methods (2)
  • autoclose_attendance(self, reason)
  • needs_autoclose(self)
    Overwrite methode from hr_attendance_autoclose to determine if line should be closed according the end line work time

New fields (1)
  • description Char
    help='Description displayed on kiosk while Check-in/Check-out.Leave empty if you wish to display nothing.' string='Description' translate=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • todays_working_times(self, empl_domain)
    @api.model
    Method used by my attendance/kiosk view in order to display employee planning and working times

New fields (0)

No new fields.

Public methods (1)
  • default_get(self, fields)
    @api.model

New fields (4)
  • hour_check_in_from Float
    default=0 help='Check-in before will create attendance lines marked as overtime until this hour.' required=True string='Work from check-in from'
  • hour_check_in_to Float
    default=0 help='Check-in after will add a late reason on the attendance line.' required=True string='Work from check-in to'
  • hour_check_out_from Float
    default=0 help='Check-out before will add an early reason on attendance line.' required=True string='Work to check-out from'
  • hour_check_out_to Float
    default=0 help='Check-out after will create two attendances the last marked as overtime.' required=True string='Work to check-out to'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/hr-attendance
PULL REQUEST
PULL REQUEST[17.0][MIG] hr_attendance_overtime (#234)