Repository
OCA/hr-holidays · module folder · Try on Runboat
Module version
1.0.0
Category
Human Resources
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/hr-holidays
Last tracking update
2026-08-07 07:47:41
Authors
Odoo Community Association (OCA), CorporateHub
Maintainers
Odoo Community Association (OCA), CorporateHub
Committers
Weblate, OCA Transbot, OCA-git-bot, oca-travis, Brian McMaster
Odoo dependencies
odoo/odoo:
- hr
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

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

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • allow_credit Boolean
    help='If set to true, employees would be able to make requests for this leave type even if allocated amount is insufficient.' string='Allow Credit'
  • creditable_department_ids Many2many → hr.department
    comodel_name='hr.department' help='If set, limits credit allowance to employees of specified departments' string='Creditable Departments'
  • creditable_employee_category_ids Many2many → hr.employee.category
    comodel_name='hr.employee.category' help='If set, limits credit allowance to employees with at least one of specified tags' string='Creditable Employee Tags'
  • creditable_employee_ids Many2many → hr.employee
    comodel_name='hr.employee' help='If set, limits credit allowance to specified employees' string='Creditable Employees'
Public methods (1)
  • name_get(self)

Loading…

Loading…