From 4478736b28fb829f42811a0414c3a6298f6921fa Mon Sep 17 00:00:00 2001 From: Marc Cassuto Date: Wed, 30 Jul 2014 15:49:33 -0400 Subject: [PATCH] account_chart_report_rml: renamming the module broke the report = Fixed ! --- account_chart_report_rml/account_report.xml | 2 +- account_chart_report_rml/report/chart_of_accounts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/account_chart_report_rml/account_report.xml b/account_chart_report_rml/account_report.xml index b0f4d55d..01f277f6 100644 --- a/account_chart_report_rml/account_report.xml +++ b/account_chart_report_rml/account_report.xml @@ -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" /> diff --git a/account_chart_report_rml/report/chart_of_accounts.py b/account_chart_report_rml/report/chart_of_accounts.py index 6905edb5..e13cdad7 100644 --- a/account_chart_report_rml/report/chart_of_accounts.py +++ b/account_chart_report_rml/report/chart_of_accounts.py @@ -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, )