diff --git a/theme_coffee_shop/__manifest__.py b/theme_coffee_shop/__manifest__.py index f50baa201..7871df8b0 100644 --- a/theme_coffee_shop/__manifest__.py +++ b/theme_coffee_shop/__manifest__.py @@ -63,7 +63,7 @@ ], }, 'images': ['static/description/banner.png', - 'static/src/images/thumbnail/theme_coffee.jpeg'], + 'static/description/theme_screenshot.png'], 'license': 'LGPL-3', 'installable': True, 'auto_install': False, diff --git a/theme_coffee_shop/static/description/theme_screenshot.png b/theme_coffee_shop/static/description/theme_screenshot.png new file mode 100644 index 000000000..18bad0d88 Binary files /dev/null and b/theme_coffee_shop/static/description/theme_screenshot.png differ