oca-technical/odoo-bringout-oca-hr-holidays-hr_holidays_settings/hr_holidays_settings/__manifest__.py
2025-08-29 15:43:03 +02:00

14 lines
501 B
Python

# Copyright 2024 ForgeFlow S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "HR Holidays Settings",
"summary": "Enables Settings Form for HR Holidays.",
"version": "16.0.1.0.0",
"category": "Human Resources",
"website": "https://github.com/OCA/hr-holidays",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["hr_holidays"],
"data": ["views/res_config_settings.xml"],
"installable": True,
}