19 lines
614 B
Python
19 lines
614 B
Python
{
|
|
'name': 'MRP Packaging Quantity',
|
|
'version': '19.0.1.0.1',
|
|
'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', 'product'],
|
|
'data': [
|
|
'views/mrp_production_views.xml',
|
|
],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|