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

16 lines
437 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Project Enterprise HR",
'summary': """Bridge module for project_enterprise and hr""",
'description': """
Bridge module for project_enterprise and hr
""",
'category': 'Services/Project',
'version': '1.0',
'depends': ['project_enterprise', 'hr'],
'auto_install': True,
'license': 'OEEL-1',
}