diff --git a/undo_redo/__manifest__.py b/undo_redo/__manifest__.py index c79851cac..f3c793398 100644 --- a/undo_redo/__manifest__.py +++ b/undo_redo/__manifest__.py @@ -44,7 +44,7 @@ }, 'post_init_hook': 'post_init_hook', 'uninstall_hook': 'uninstall_hook', - 'images': ['static/description/banner.png'], + 'images': ['static/description/banner.jpg'], 'license': 'AGPL-3', 'installable': True, 'auto_install': False,