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