# -*- 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', }