| 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_overtime |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Human Resources |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Pierre Verkest |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Pierre Verkest |
| COMMITTERS | |
| COMMITTERS | Pierre Verkest, Weblate, OCA-git-bot, oca-ci, Ricardoalso |
| 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-attendance: - hr_attendance_reason - hr_attendance_autoclose odoo/odoo: - resource - base - web - hr_attendance - hr - base_setup - bus - web_tour - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
is_overtime
Boolean
default=False
string='Overtime'
autoclose_attendance(self, reason)
needs_autoclose(self)
description
Char
help='Description displayed on kiosk while Check-in/Check-out.Leave empty if you wish to display nothing.'
string='Description'
translate=True
No public methods.
No new fields.
Public methods (1)todays_working_times(self, empl_domain)
No new fields.
Public methods (1)default_get(self, fields)
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'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/hr-attendance |
| PULL REQUEST | |
| PULL REQUEST | [17.0][MIG] hr_attendance_overtime (#234) |