Files
hr-tools/l10n_fr_hr_holidays/__manifest__.py
Laetitia Da Costa 9e4342fba2
Some checks failed
pre-commit / pre-commit (pull_request) Failing after 1m32s
[FIX]16.0-fix-french-holidays:fix the resource calendar linked to the leave
2025-12-30 14:49:17 +01:00

20 lines
545 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
"name": "France - Time Off",
"version": "16.0.1.0.1",
"category": "Human Resources/Time Off",
"countries": ["fr"],
"summary": "Management of leaves for part-time workers in France",
"depends": ["hr_holidays", "l10n_fr","resource"],
"auto_install": True,
"license": "LGPL-3",
"data": [
"views/res_config_settings_views.xml",
],
"demo": [
"data/l10n_fr_hr_holidays_demo.xml",
],
}