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

16 lines
476 B
Python

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