| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-france |
| GIT | |
| GIT | https://github.com/OCA/l10n-france.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-france/tree/10.0/hr_holidays_jours_ouvrables |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | French Localization |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Alexis de Lattre, Guewen Baconnier, Alexandre Fayolle, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/hr: - hr_public_holidays - hr_holidays_compute_days odoo/odoo: - hr_holidays - hr - base_setup - base - web_kanban - web - bus - web_tour - resource - calendar - base_action_rule - web_calendar - product - decimal_precision - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_holiday_status_form |
hr.holidays.status.form | hr.holidays.status | data | Inherits hr_holidays.edit_holiday_status_form |
view_company_form |
res.company.form | res.company | field | Inherits base.view_company_form |
has_to_deduct_ouvrable
Boolean
compute='_compute_has_to_deduct_ouvrable'
create(self, vals)
write(self, vals)
employee_id
Many2one → hr.employee
comodel_name='hr.employee'
required=True
string='Employee'
holidays_id
Many2one → hr.holidays
comodel_name='hr.holidays'
ondelete='cascade'
string='Leave'
saturday
Date
required=True
string='Saturday Date'
status_id
Many2one → hr.holidays.status
comodel_name='hr.holidays.status'
required=True
string='Leave Type'
No public methods.
company_has_deduct_ouvrable
Boolean
readonly=True
related='company_id.holiday_deduct_ouvrable'
deduct_ouvrable
Boolean
default=False
string='Deduct Leaves on "Jours ouvrables"'
No public methods.
holiday_deduct_ouvrable
Boolean
default=False
string='Deduct Leaves on "Jours ouvrables"'
holiday_max_number_of_saturday
Integer
default=5
string='Max. number of Saturday Holidays'
No public methods.