mrp_components_report/__manifest__.py
2026-03-03 18:09:01 +07:00

18 lines
563 B
Python

# -*- coding: utf-8 -*-
{
'name': 'MRP Components Report',
'version': '19.0.1.0.0',
'category': 'Manufacturing/Manufacturing',
'summary': 'Report showing needed components for a certain date grouped by work center and parent product',
'depends': ['mrp'],
'data': [
'security/ir.model.access.csv',
'report/mrp_components_report_views.xml',
'wizard/mrp_components_wizard_views.xml',
'report/mrp_components_qweb_report.xml',
],
'installable': True,
'application': False,
'license': 'LGPL-3',
}