Skip to content
Snippets Groups Projects
Commit 694c3680 authored by Laurent Smet's avatar Laurent Smet
Browse files

[IMP] account: do not grep partners for statement matching


Doing a regex search forces a sequential scan on too many rows.
Because this is a function called often during the bank reconciliation,
it is better to prioritize a faster flow than an automatic detection that is
likely to not return anything anyways.

closes odoo/odoo#105347

Related: odoo/enterprise#33772
Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
parent e177c63e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment