[FIX] account, fiscalyear closing wizard: moved out the reconciliation part from...
authorQuentin (OpenERP) <qdp-launchpad@openerp.com>
Thu, 9 Feb 2012 17:03:33 +0000 (18:03 +0100)
committerQuentin (OpenERP) <qdp-launchpad@openerp.com>
Thu, 9 Feb 2012 17:03:33 +0000 (18:03 +0100)
commit5c57613d08b6a49438f23f140043818d06af56cb
tree813340507b3eebca6c4d7fe7799748dcae0c9a27
parentef08879085f2df2d66b3dcfef67dccbaf1875e41
[FIX] account, fiscalyear closing wizard: moved out the reconciliation part from account_move_line.reconcile() function and made it a private function dedicated to this wizard. This was necessary because the original function is doing too much things that arenrt useful in this case. Moreover we may need to reconcile thousands of journal entries so we have to speed it up as much as possible

bzr revid: qdp-launchpad@openerp.com-20120209170333-8xu7r21hencjwu73
addons/account/account_move_line.py
addons/account/wizard/account_fiscalyear_close.py