From 4341eb03fa830a2f18aec890c09c54613db6f8f4 Mon Sep 17 00:00:00 2001 From: aheficent Date: Fri, 3 Nov 2017 11:29:37 +0100 Subject: [PATCH] [FIX] add dependencies --- bank_statement_reconciliation_summary/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bank_statement_reconciliation_summary/__manifest__.py b/bank_statement_reconciliation_summary/__manifest__.py index 8cedf007..45b7d6d0 100644 --- a/bank_statement_reconciliation_summary/__manifest__.py +++ b/bank_statement_reconciliation_summary/__manifest__.py @@ -10,7 +10,7 @@ 'author': 'Eficent, ' 'Serpent Consulting Services Pvt. Ltd.,' 'Odoo Community Association (OCA)', - 'depends': ['account'], + 'depends': ['account', 'account_financial_report_qweb'], 'data': [ 'report/summary_report.xml', 'report/report.xml',