account: remove header to the aged trial balance

bzr revid: ced-6783d91879961f462907377a95fe987399c553cb
This commit is contained in:
ced 2007-07-26 08:30:11 +00:00
parent 60fc01be46
commit c3ab8eda9b
1 changed files with 5 additions and 4 deletions

View File

@ -138,7 +138,8 @@ class aged_trial_report(report_sxw.rml_parse):
def _get_currency(self, form):
return pooler.get_pool(self.cr.dbname).get('res.company').browse(self.cr, self.uid, form['company_id']).currency_id.name
report_sxw.report_sxw('report.account.aged.trial.balance','res.partner',
'addons/account/report/aged_trial_balance.rml', parser=aged_trial_report,
header=False)
report_sxw.report_sxw(
'report.account.aged.trial.balance',
'res.partner',
'addons/account/report/aged_trial_balance.rml',
parser=aged_trial_report, header=False)