[IMP] account.financial.report account_type mode remove debug

bzr revid: al@openerp.com-20110921235803-p5fcdtsf0m7e6eci
This commit is contained in:
Antony Lesuisse 2011-09-22 01:58:03 +02:00
parent f18c91c9a1
commit 9a0c6ce1a0
1 changed files with 0 additions and 2 deletions

View File

@ -67,9 +67,7 @@ class report_account_common(report_sxw.rml_parse, common_report_header):
if report.type == 'accounts' and report.display_detail and report.account_ids:
account_ids = account_obj._get_children_and_consol(self.cr, self.uid, [x.id for x in report.account_ids])
elif report.type == 'account_type' and report.account_type_ids:
print "accout type"
account_ids = account_obj.search(self.cr, self.uid, [('user_type','in', [x.id for x in report.account_type_ids])])
print account_ids
if account_ids:
for account in account_obj.browse(self.cr, self.uid, account_ids, context=data['form']['used_context']):
if account.type != 'view':