In Odoo 18, when your POS has many payment methods configured, the entire payment screen left panel scrolls up and down as one big block. This means:
Cashiers cannot enter payment amounts without scrolling the entire panel back into view on every single transaction.
The Back and Validate buttons drop below the viewport, forcing an extra scroll step before confirming every payment.
Every transaction requires unnecessary scroll interactions, reducing cashier speed and productivity at the counter.
The Numpad, action buttons and Back/Validate row are locked at the bottom of the panel and never scroll off screen - always within reach for cashiers.
Only the payment methods list scrolls independently inside its own container. The rest of the screen stays completely fixed and stable.
No settings to configure, no setup wizard. Install the module and the fix is applied automatically to all POS sessions immediately.
Fixes both the desktop POS layout and the mobile layout so tablet-based checkouts and touch screen terminals work perfectly too.
Based on the exact layout fix Odoo officially applied in version 19 - delivered safely as a non-destructive XML xpath override for Odoo 18.
No Odoo core files are modified. The fix uses standard template inheritance and SCSS override - fully uninstallable at any time without side effects.
Whether you have 5 or 50 payment methods, the layout adapts gracefully. The methods list grows and scrolls while everything else stays in place.
Cashiers can process payments faster with all critical controls always visible, reducing friction and speeding up the entire checkout flow at the counter.
The fix is CSS and XML only - no JavaScript overrides, no additional API calls. Zero impact on POS loading speed or runtime performance.
18.0
Community & Enterprise
point_of_sale only
None - install & done