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

22 lines
531 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Employees in Gantt',
'category': 'Hidden',
'summary': 'Employees in Gantt',
'version': '1.0',
'description': """ """,
'depends': ['hr', 'web_gantt'],
'auto_install': True,
'license': 'OEEL-1',
'assets': {
'web.assets_backend': [
'hr_gantt/static/src/**/*',
],
'web.qunit_suite_tests': [
'hr_gantt/static/tests/**/*',
],
}
}