18 lines
563 B
Python
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',
|
|
}
|