Repository
OCA/hr-attendance · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr-attendance
Last tracking update
2026-08-07 07:57:06
Authors
Odoo Community Association (OCA), initOS GmbH
Maintainers
Odoo Community Association (OCA), initOS GmbH
Committers
OCA-git-bot, oca-ci, Ruben Ortlam
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_attendance_overtime_manual_form hr.attendance.overtime.manual.form hr.attendance.overtime.wizard form New
view_attendance_overtime_tree hr.attendance.overtime tree Inherits hr_attendance.view_attendance_overtime_tree
view_employee_form hr.employee form Inherits hr.view_employee_form
view_employee_form_inherit_hr_attendance hr.employee form Inherits hr_attendance.view_employee_form_inherit_hr_attendance
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • note Char
Public methods (0)

No public methods.

New fields (3)
  • date Date
    default=<expr> required=True string='Day'
  • duration Float
    default=1.0 required=True string='Extra Hours'
  • note Char
    required=True
Public methods (1)
  • action_create(self)