Better Report and new Header for Internal documents

bzr revid: fp@tinyerp.com-631e9327215496d5048db9e2acbc2d8c6fbf07cd
This commit is contained in:
Fabien Pinckaers 2008-07-01 04:05:21 +00:00
parent dd46f0e25b
commit 141058ff5f
1 changed files with 1 additions and 1 deletions

View File

@ -100,5 +100,5 @@ class account_balance(report_sxw.rml_parse):
def _sum_debit(self):
return self.sum_debit
report_sxw.report_sxw('report.account.account.balance', 'account.account', 'addons/account/report/account_balance.rml', parser=account_balance, header=False)
report_sxw.report_sxw('report.account.account.balance', 'account.account', 'addons/account/report/account_balance.rml', parser=account_balance, header=2)