odoo/tutorials#902
Created by Dhruvrajsinh Zala (zadh)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 150s)
- label
- odoo-dev:18.0-pos-ticket-payment-zadh
- head
- 22b3a507cfca7803505e5fec9f2d9163a356e713
odoo/tutorials | |
---|---|
18.0 | #902 missing r+ |
master |
[ADD] pos_ticket_payment: add payment button on TicketScreen
Before:
Users had to manually:
1. Click the "Load Order" button to load a ticket.
2. Then click the "Payment" button to proceed to the PaymentScreen.
This made the payment flow slower and more manual.
After:
- Introduced a new "Payment" button beside the "Load Order" button on the TicketScreen.
- On click, it directly loads the selected order and opens the PaymentScreen.
Impact:
Reduces steps in the cashier workflow by allowing users to immediately proceed to payment with a single click from the TicketScreen.
Task:[4982532]