# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': "MRP Subcontracting Enterprise", 'summary': "Bridge module for MRP subcontracting and enterprise to avoid some conflicts with studio", 'description': "Bridge module for MRP subcontracting and enterprise", 'category': 'Manufacturing/Manufacturing', 'version': '1.0', 'depends': ['mrp_subcontracting'], 'auto_install': True, 'license': 'OEEL-1', }