Thursday, April 9, 2026
1 change · 19.0
Enhancements to existing features
This update streamlines payment status updates by hiding the refresh button when payments are finalized. Previously, the button triggered unnecessary calls to OdooFin, impacting performance. Now, the button is only visible for payments that are actively being processed.
Original PR description
… batches The refresh button was always shown, which could cause unnecessary calls to OdooFin if the payment is finalised (accepted, rejected or canceled). With this change, the button is shown only for payments in progress (pending or unsigned). task-6103900