Thursday, August 27, 2026
1 change · saas-18.3
Enhancements to existing features
Pay later receivable entries in Point of Sale are now reconciled in one grouped operation instead of repeating the process for each customer. This keeps the accounting result the same while reducing processing time and system workload during session settlement.
Original PR description
The pay later receivable lines are reconciled with one `reconcile()` call per partner, and each call filters the whole set of lines again. Reconcile them in a single `_reconcile_plan` call grouped by partner instead: the result is the same, but the recompute cascade of the ORM runs once instead of once per partner. opw-6458271 Related: https://github.com/odoo/odoo/pull/281495 Forward-Port-Of: odoo/enterprise#127415