19 lines
603 B
Python
19 lines
603 B
Python
{
|
|
'name': 'MRP Packaging Quantity',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Manufacturing',
|
|
'summary': 'Add packaging fields to Manufacturing Orders',
|
|
'description': """
|
|
This module adds 'Packaging' and 'Quantity Packaging' fields to the Manufacturing Order form.
|
|
It allows users to define the quantity to produce based on the selected packaging and its quantity.
|
|
""",
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['mrp'],
|
|
'data': [
|
|
'views/mrp_production_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|