Daily updates from Odoo
Friday, May 22, 2026
1 change
Resolved issues and error corrections
The original query was inefficiently re-querying account statements for partner name matching, leading to significant performance overhead. This change eliminates redundant statement lookups, drastically reducing query execution time and improving partner search responsiveness. The fix focuses on efficient data retrieval based on the initial statement match.
Original PR description
Various improvements related to performance for `<account.bank.statement.line>._retrieve_partner`