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

22 lines
735 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Accounting - MRP Subcontracting',
'version': '1.0',
'category': 'Manufacturing/Manufacturing',
'summary': 'Add Subcontracting information in Cost Analysis Reports and Production Analysis',
'description': """
Add Subcontracting information in Cost Analysis Report and The Production Analysis
""",
'website': 'https://www.odoo.com/app/manufacturing',
'depends': ['mrp_account_enterprise', 'mrp_subcontracting'],
'data': [
'report/mrp_cost_structure_report.xml',
'report/mrp_report_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}