[FIX] account: reconcile: no useless revalidation
authorOlivier Dony <odo@openerp.com>
Thu, 14 Aug 2014 13:46:37 +0000 (15:46 +0200)
committerOlivier Dony <odo@openerp.com>
Thu, 14 Aug 2014 14:51:37 +0000 (16:51 +0200)
commit971ffa3db10d23108873446a06d7eb848c9512dd
treeccb8707a48892bb54de70b5a0970536d4ca01be4
parentdeacba0ed6bb4d50eb22cfa8a8ac528b65744138
[FIX] account: reconcile: no useless revalidation

Avoid revalidating the complete account moves
that contain the lines being reconciled.
The reconciliation does not change the validity
of those moves anyway.
This represents a very important speed up of
reconciliation when moves with several hundred
lines are involved.
addons/account/account.py
addons/account/account_move_line.py