Go to file
2026-06-05 22:20:15 +07:00
static/src/app/screens/split_bill_screen feat: prevent partial selection of combo items by toggling entire combo groups in SplitBillScreen 2026-06-05 22:20:15 +07:00
__init__.py first commit 2026-06-01 22:46:29 +07:00
__manifest__.py first commit 2026-06-01 22:46:29 +07:00
.gitignore first commit 2026-06-01 22:46:29 +07:00
README.md first commit 2026-06-01 22:46:29 +07:00

POS Prevent Combo Split

This module prevents users from splitting individual combo sub-items on POS bill/order splitting.

Features

  • Disable individual combo sub-item clicks on POS bill splitting screen.
  • Set combo sub-items visual state to dimmed and unclickable.
  • Force combo splitting from the combo parent only, which automatically splits both the parent and its sub-items.

Installation

  1. Install the pos_prevent_combo_split module.
  2. Restart Odoo server and update the app list.