pos_stock_mto_bypass/__manifest__.py
2026-06-17 09:53:55 +07:00

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',
}