pos_prevent_combo_split/__manifest__.py
2026-06-01 22:46:29 +07:00

21 lines
690 B
Python

{
'name': 'POS Prevent Combo Split',
'version': '19.0.1.0.0',
'category': 'Point of Sale',
'summary': 'Prevent splitting individual combo sub-items on POS bill/order splitting',
'description': """
Prevents splitting individual combo sub-items on POS bill/order splitting.
Allows splitting only from the combo parent, which automatically splits both the parent and its sub-items.
""",
'author': 'Suherdy Yacob',
'depends': ['pos_restaurant'],
'data': [],
'assets': {
'point_of_sale._assets_pos': [
'pos_prevent_combo_split/static/src/app/**/*',
],
},
'installable': True,
'license': 'LGPL-3',
}