Odoo18-Base/addons/hr_holidays_contract/__manifest__.py
2025-01-06 10:57:38 +07:00

17 lines
461 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Hr Holidays Contract',
'version': '1.0',
'category': 'Human Resources/Time off',
'summary': 'Bridge module between time off and contract',
'description': """
Bridge module to manage time off based on contracts.
""",
'depends': ['hr_holidays', 'hr_contract'],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}