diff --git a/auto_database_backup/__manifest__.py b/auto_database_backup/__manifest__.py index 5eec6b384..948ba609e 100644 --- a/auto_database_backup/__manifest__.py +++ b/auto_database_backup/__manifest__.py @@ -38,7 +38,7 @@ 'views/db_backup_configure_views.xml' ], 'license': 'LGPL-3', - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.gif'], 'installable': True, 'auto_install': False, 'application': False, diff --git a/auto_database_backup/static/description/banner.gif b/auto_database_backup/static/description/banner.gif new file mode 100644 index 000000000..07588ba92 Binary files /dev/null and b/auto_database_backup/static/description/banner.gif differ diff --git a/auto_database_backup/static/description/banner.png b/auto_database_backup/static/description/banner.png deleted file mode 100644 index 8a1af3f2e..000000000 Binary files a/auto_database_backup/static/description/banner.png and /dev/null differ