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,