Skip to content
Snippets Groups Projects
Commit e883fffa authored by Paul Morelle's avatar Paul Morelle
Browse files

[FIX] account: avoid useless account move synchronization


Account move synchronization has already taken place during the creation
of the moves. No need for this additional check during the
reconciliation itself.

This commit helps when a lot of move lines are being reconciled at once.
For instance, the duration of the reconciliation of a batch of about 700
payments on a large database took 20 minutes before this commit, and
takes about 4 minutes after this commit.

closes odoo/odoo#67408

Signed-off-by: default avatarLaurent Smet <smetl@users.noreply.github.com>
parent e9c89569
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment