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