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

20 lines
485 B
Python

# -*- encoding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Helpdesk Time Off',
'version': '1.0',
'category': 'Hidden',
'sequence': 50,
'summary': 'Helpdesk integration with holidays',
'depends': ['helpdesk', 'hr_holidays_gantt'],
'data': [
'views/helpdesk_team_view.xml',
],
'description': """
Helpdesk integration with time off
""",
'auto_install': True,
'license': 'OEEL-1',
}