1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/hr_holidays_contract_gantt/__manifest__.py
2024-12-10 09:04:09 +07:00

14 lines
392 B
Python

# -*- coding: utf-8 -*-
{
'name': "Time off - Contract Gantt",
'summary': """Bridge module linking Holidays Gantt and Contracts modules""",
'description': """
Gantt view for Time Off Dashboard with Contracts
""",
'category': 'Human Resources',
'version': '1.0',
'depends': ['hr_holidays_gantt', 'hr_contract'],
'auto_install': True,
'license': 'OEEL-1',
}