diff --git a/account_financial_report/report/open_items.py b/account_financial_report/report/open_items.py index f1039151..05d5e4a0 100644 --- a/account_financial_report/report/open_items.py +++ b/account_financial_report/report/open_items.py @@ -155,6 +155,9 @@ class OpenItemsReportCompute(models.TransientModel): self.ensure_one() if report_type == 'xlsx': report_name = 'a_f_r.report_open_items_xlsx' + elif report_type == 'qweb-html': + report_name = 'account_financial_report.' \ + 'report_open_items_html_qweb' else: report_name = 'account_financial_report.' \ 'report_open_items_qweb' diff --git a/account_financial_report/report/templates/open_items.xml b/account_financial_report/report/templates/open_items.xml index 193c2d73..f0b22a1b 100644 --- a/account_financial_report/report/templates/open_items.xml +++ b/account_financial_report/report/templates/open_items.xml @@ -11,6 +11,10 @@ + +