Thursday, May 8, 2025
2 changes · saas-18.3
Enhancements to existing features
The bank reconciliation screen now shows only matching models that can actually create valid entries for the relevant company. This reduces clutter and helps users choose the right reconciliation option more reliably.
Original PR description
In the bank reco widget, applicable models are visible for statement lines. We should limit the ones visible to ones that are manual and which have counterparts that can actually work to produce an entry, so with an account (and a label that can be matched). Also filter on the company. task-4749345
Restaurant point-of-sale users now see a confirmation warning when they try to validate payment for an order that has unsent changes. This helps ensure kitchen or service teams receive the latest order details before payment is processed, reducing missed items and operational mistakes.
Original PR description
A confirmation dialog is now displayed when validating an order that has unsent changes, prompting the user to send it before proceeding with payment. community PR: https://github.com/odoo/odoo/pull/204691 task-id: 4687464