mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-23 12:32:04 +02:00
14 lines
501 B
Python
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,
|
|
}
|