mo_lock_consumed/__manifest__.py

18 lines
559 B
Python

{
'name': 'MO Lock Consumed',
'version': '1.0',
'summary': 'Lock consumed quantity on MO when manually edited or picked.',
'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.
""",
'category': 'Manufacturing',
'author': 'Antigravity',
'depends': ['mrp'],
'data': [],
'installable': True,
'application': False,
'license': 'LGPL-3',
}