Tuesday, August 12, 2025
1 change · saas-18.4
Enhancements to existing features
Bank statement processing now identifies partners for multiple statement lines at once instead of repeating the same work line by line. This reduces database lookups and improves performance when importing or reconciling large bank statements.
Original PR description
The retrieve_partner function is actually executed on each statement line, with multiple search, which is killing performance. This commit change that, so retrieve_partner is executed on a statement line recordset, minimizing the amount of queries on each call. task-4749377 Forward-Port-Of: odoo/enterprise#87444