odoo/tutorials#1115

Created by Ravij Snehal Parikh (snrav)

Blocked

label
odoo-dev:19.0-POS-improvements-snrav
head
3a423ce162d11d169a0e73d948ef6464c2fb119c
odoo/tutorials
19.0 #1115 missing r+
master

[ADD] pos_improvements: create the pos improvements module

Before:
Cashiers were required to:
1. Use "Load Order" to open a ticket
2. Then press "Payment" to navigate to the PaymentScreen
This resulted in an extra step during checkout.

After:
- Added a new "Payment" button next to "Load Order" on the TicketScreen
- Clicking it loads the selected ticket and opens the PaymentScreen immediately

Impact:
Speeds up the cashier checkout process by reducing the number of actions needed to reach payment.

Task: [5476673]