14 lines
406 B
Python
14 lines
406 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': 'POS Stock MTO Bypass',
|
|
'version': '1.0',
|
|
'category': 'Inventory/Point of Sale',
|
|
'summary': 'Bypass Make to Order (MTO) rules for POS orders to prevent stock move cancellations.',
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['point_of_sale', 'stock', 'mrp'],
|
|
'data': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|