From e5e7f201db16f0e4098909b929cf561178b177de Mon Sep 17 00:00:00 2001 From: Sreejith Date: Mon, 2 Apr 2018 09:41:19 +0530 Subject: [PATCH] [UPD] Banner Updated --- hrms_dashboard/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hrms_dashboard/__manifest__.py b/hrms_dashboard/__manifest__.py index 9e6d4cd2d..348128a90 100644 --- a/hrms_dashboard/__manifest__.py +++ b/hrms_dashboard/__manifest__.py @@ -33,7 +33,7 @@ 'depends': ['hr', 'hr_holidays', 'hr_timesheet_sheet', 'hr_recruitment'], 'data': ['views/dashboard_views.xml'], 'qweb': ["static/src/xml/hrms_dashboard.xml"], - 'images': ["static/description/banner.gif"], + 'images': ["static/description/banner.jpg"], 'license': "AGPL-3", 'installable': True, 'application': True,