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

17 lines
402 B
Python

# -*- coding: utf-8 -*-
{
'name': "Time off Gantt",
'summary': """Gantt view for Time Off Dashboard""",
'description': """
Gantt view for Time Off Dashboard
""",
'category': 'Human Resources',
'version': '1.0',
'depends': ['hr_holidays', 'web_gantt'],
'auto_install': True,
'data': [
'views/hr_holidays_gantt_view.xml',
],
'license': 'OEEL-1',
}