Repository
OCA/hr · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://idtlabs.sl
Last tracking update
2026-08-07 07:17:50
Authors
Odoo Community Association (OCA), iDT LABS
Maintainers
Odoo Community Association (OCA), iDT LABS
Committers
Pedro M. Baeza, Fekete Mihai, GitHub, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
edit_holiday_status_form hr.holidays.status.form hr.holidays.status form Inherits hr_holidays.edit_holiday_status_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • remaining_leaves Integer
    compute='_compute_remaining_days' help='Total number of legal leaves allocated to this employee. Change this value to create allocation/leave request. Total based on all the leave types without overriding limit.' inverse='_inverse_remaining_days' args: 'Remaining Legal Leaves'
Public methods (0)

No public methods.

New fields (2)
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr>
  • is_annual Boolean
    compute='_compute_is_annual' help='Use this Leave type as Legal/Annual for current company. One and only one leave type can have this checkbox. You cannot unset it directly. Set it on another Leave type instead. ' inverse='_inverse_is_annual' args: 'Legal/Annual'
Public methods (0)

No public methods.

New fields (1)
  • legal_holidays_status_id Many2one → hr.holidays.status
    args: 'hr.holidays.status', 'Legal Leave Status'
Public methods (0)

No public methods.

Loading…

Loading…