forked from Mapan/odoo17e
14 lines
478 B
Python
14 lines
478 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': "MRP Subcontracting Studio",
|
|
'summary': "Bridge module for MRP subcontracting and studio to avoid some conflicts",
|
|
'description': "Bridge module for MRP subcontracting and studio",
|
|
'category': 'Manufacturing/Manufacturing',
|
|
'version': '1.0',
|
|
'depends': ['mrp_subcontracting', 'web_studio'],
|
|
'auto_install': True,
|
|
'license': 'OEEL-1',
|
|
}
|