[IMP] account: remove self.query_get_clause from trial balance report

bzr revid: psi@tinyerp.co.in-20100915093055-hgly1fqhobi8ci67
This commit is contained in:
psi (Open ERP) 2010-09-15 15:00:55 +05:30
parent 8660b8a536
commit 8a4d5ccd64
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class account_balance(report_sxw.rml_parse, common_report_header):
if (data['model'] == 'ir.ui.menu'):
new_ids = 'chart_account_id' in data['form'] and [data['form']['chart_account_id']] or []
objects = self.pool.get('account.account').browse(self.cr, self.uid, new_ids)
self.query_get_clause = data['form'].get('query_line', False) or ''
return super(account_balance, self).set_context(objects, data, new_ids, report_type=report_type)
#def _add_header(self, node, header=1):