[REF] account: remove debug print statement

bzr revid: qdp-launchpad@tinyerp.com-20110114103608-qrp23dblr216qsgc
This commit is contained in:
qdp-launchpad@tinyerp.com 2011-01-14 11:36:08 +01:00
parent cd1642dd8c
commit 2af2dbefd5
1 changed files with 0 additions and 1 deletions

View File

@ -2311,7 +2311,6 @@ class account_account_template(osv.osv):
accounts = self.browse(cr, uid, ids, context=context)
for account in accounts:
if account.parent_id and account.parent_id.type != 'view':
print 'BOUM account', account.name, account.code
return False
return True