[FIX] (5.0 - 6.0)Account : __compute() optimized a little

bzr revid: vra@tinyerp.com-20100510134740-nrjju8va6xbdzaua
This commit is contained in:
Jay(Open ERP) 2010-05-10 19:17:40 +05:30 committed by vra
parent 0a2641b0df
commit fdd2745662
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ class account_account(osv.osv):
# consolidate accounts with direct children
ids2.reverse()
brs = list(self.browse(cr, uid, ids2, context=context))
sums = {}
while brs: