forked from Mapan/odoo17e
17 lines
402 B
Python
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',
|
|
}
|