diff --git a/employee_check_list/__manifest__.py b/employee_check_list/__manifest__.py index 200d2ed17..3f596c152 100644 --- a/employee_check_list/__manifest__.py +++ b/employee_check_list/__manifest__.py @@ -36,7 +36,7 @@ 'views/employee_form_inherit_views.xml', 'views/checklist_views.xml', ], - 'images': ['static/description/banner.jpg'], + 'images': ['static/description/banner.png'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False, diff --git a/employee_check_list/static/description/assets/screenshots/hero.gif b/employee_check_list/static/description/assets/screenshots/hero.gif index 58a90973f..a08f1ee13 100644 Binary files a/employee_check_list/static/description/assets/screenshots/hero.gif and b/employee_check_list/static/description/assets/screenshots/hero.gif differ diff --git a/employee_check_list/static/description/banner.jpg b/employee_check_list/static/description/banner.jpg deleted file mode 100644 index 5ae24843e..000000000 Binary files a/employee_check_list/static/description/banner.jpg and /dev/null differ diff --git a/employee_check_list/static/description/banner.png b/employee_check_list/static/description/banner.png new file mode 100644 index 000000000..aabb51672 Binary files /dev/null and b/employee_check_list/static/description/banner.png differ diff --git a/employee_check_list/static/description/icon.png b/employee_check_list/static/description/icon.png index 41c30b7df..a7e1292c3 100644 Binary files a/employee_check_list/static/description/icon.png and b/employee_check_list/static/description/icon.png differ