TIP: You can type at any time to perform a new search.
France - Jours Ouvrables
hr_holidays_jours_ouvrables · OCA/l10n-france
- Repository
- OCA/l10n-france · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- French Localization
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.camptocamp.com
- Last tracking update
- 2026-08-07 07:17:51
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Alexis de Lattre, Guewen Baconnier, Alexandre Fayolle, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_holiday_status_form |
hr.holidays.status.form | hr.holidays.status | form | Inherits hr_holidays.edit_holiday_status_form |
view_company_form |
res.company.form | res.company | form | Inherits base.view_company_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (1)
-
has_to_deduct_ouvrableBooleancompute='_compute_has_to_deduct_ouvrable'
-
create(self, vals)@api.model -
write(self, vals)@api.multi
New fields (4)
-
employee_idMany2one → hr.employeecomodel_name='hr.employee'required=Truestring='Employee' -
holidays_idMany2one → hr.holidayscomodel_name='hr.holidays'ondelete='cascade'string='Leave' -
saturdayDaterequired=Truestring='Saturday Date' -
status_idMany2one → hr.holidays.statuscomodel_name='hr.holidays.status'required=Truestring='Leave Type'
No public methods.
New fields (2)
-
company_has_deduct_ouvrableBooleanreadonly=Truerelated='company_id.holiday_deduct_ouvrable' -
deduct_ouvrableBooleandefault=Falsestring='Deduct Leaves on "Jours ouvrables"'
No public methods.
New fields (2)
-
holiday_deduct_ouvrableBooleandefault=Falsestring='Deduct Leaves on "Jours ouvrables"' -
holiday_max_number_of_saturdayIntegerdefault=5string='Max. number of Saturday Holidays'
No public methods.