[IMP] rename profit and loss report

bzr revid: sbh@tinyerp.com-20100802130048-syquuck1yia7nm4d
This commit is contained in:
sbh (Open ERP) 2010-08-02 18:30:48 +05:30
parent 830ca8ffd5
commit 6ae9709c78
4 changed files with 3 additions and 3 deletions

View File

@ -41,6 +41,6 @@ import account_entries_report
import account_analytic_entries_report
import voucher_print
import account_balance_sheet
import report_pl
import account_profit_loss
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -173,9 +173,9 @@ class report_pl_account_horizontal(rml_parse.rml_parse, common_report_header):
return self.result.get(group, [])
report_sxw.report_sxw('report.pl.account.horizontal', 'account.account',
'addons/account/report/report_pl_account_horizontal.rml',parser=report_pl_account_horizontal, header='internal')
'addons/account/report/account_profit_horizontal.rml.rml',parser=report_pl_account_horizontal, header='internal')
report_sxw.report_sxw('report.pl.account', 'account.account',
'addons/account/report/report_pl_account.rml',parser=report_pl_account_horizontal, header='internal')
'addons/account/report/account_profit_loss.rml',parser=report_pl_account_horizontal, header='internal')
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: