account_chart_report_rml: renamming the module broke the report = Fixed !

pull/2/head
Marc Cassuto 2014-07-30 15:49:33 -04:00
parent 069d00e4db
commit 4478736b28
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
menu="False"
model="account.account"
name="account.print.chart"
rml="account_chart_report/report/chart_of_accounts.rml"
rml="account_chart_report_rml/report/chart_of_accounts.rml"
string="Print chart account"
report_type="pdf"
/>

View File

@ -55,6 +55,6 @@ class account_char(report_sxw.rml_parse):
report_sxw.report_sxw(
'report.account.print.chart',
'account.account',
'account_chart_report/report/chart_of_accounts.rml',
'account_chart_report_rml/report/chart_of_accounts.rml',
parser=account_char,
)