From d09f102a0c238f4cf5c9e7d0af804398891c98b4 Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Fri, 22 Nov 2019 12:10:57 +0530 Subject: [PATCH] [CHG] Banner Changed --- base_account_budget/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_account_budget/__manifest__.py b/base_account_budget/__manifest__.py index 186d16849..75ccf7b8e 100644 --- a/base_account_budget/__manifest__.py +++ b/base_account_budget/__manifest__.py @@ -55,7 +55,7 @@ 'views/account_analytic_account_views.xml', 'views/account_budget_views.xml', ], - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.gif'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False,