[FIX] account: [6.0.1] Exception raised when setting an Account InActive

bzr revid: ara@tinyerp.com-20110315100653-g6ic3b6s8sz1bdxp
This commit is contained in:
ARA (OpenERP) 2011-03-15 15:36:53 +05:30
parent a60b7a65e6
commit 9c83ebedd2
1 changed files with 0 additions and 3 deletions

View File

@ -247,9 +247,6 @@ class account_account(osv.osv):
}
#get all the necessary accounts
children_and_consolidated = self._get_children_and_consol(cr, uid, ids, context=context)
#children_and_consolidated is empty when account has not any child account and try to make that account as inactive
if not children_and_consolidated:
children_and_consolidated = ids
#compute for each account the balance/debit/credit from the move lines
accounts = {}
res = {}