diff --git a/hrms_dashboard/__manifest__.py b/hrms_dashboard/__manifest__.py index 348128a90..9e6d4cd2d 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.jpg"], + 'images': ["static/description/banner.gif"], 'license': "AGPL-3", 'installable': True, 'application': True, diff --git a/hrms_dashboard/static/description/banner.gif b/hrms_dashboard/static/description/banner.gif new file mode 100644 index 000000000..83082f83f Binary files /dev/null and b/hrms_dashboard/static/description/banner.gif differ diff --git a/hrms_dashboard/static/description/banner.jpg b/hrms_dashboard/static/description/banner.jpg deleted file mode 100644 index 8f857acb1..000000000 Binary files a/hrms_dashboard/static/description/banner.jpg and /dev/null differ