20 lines
741 B
Python
20 lines
741 B
Python
{
|
|
'name': 'MO Lock Consumed',
|
|
'version': '1.0',
|
|
'summary': 'Lock consumed quantity on MO when manually edited or picked, and hide produce buttons on negative stock.',
|
|
'description': """
|
|
Prevents automatic update of the 'Consumed' quantity on Manufacturing Orders when:
|
|
1. The component already has a consumed quantity.
|
|
2. The component transfer component is already picked.
|
|
|
|
Also hides 'Produce' and 'Produce All' buttons if the operation would result in negative potential stock for components.
|
|
""",
|
|
'category': 'Manufacturing',
|
|
'author': 'Antigravity',
|
|
'depends': ['mrp'],
|
|
'data': [],
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|