From 56691f68114ac8f30b87932e3f7220b96b99ba05 Mon Sep 17 00:00:00 2001 From: Sreejith P Date: Fri, 31 Aug 2018 14:18:34 +0530 Subject: [PATCH] [UPDT]Banner Added --- bank_reconciliation/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bank_reconciliation/__manifest__.py b/bank_reconciliation/__manifest__.py index 8dfda9a88..8fc975cab 100644 --- a/bank_reconciliation/__manifest__.py +++ b/bank_reconciliation/__manifest__.py @@ -36,7 +36,7 @@ 'views/account_journal_dashboard_view.xml', 'wizard/bank_statement_wiz_view.xml', ], - 'images': ['static/description/pdc_banner.jpg'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,