diff --git a/pos_night_mode/__manifest__.py b/pos_night_mode/__manifest__.py index 07752ec84..d9e8ef3e5 100644 --- a/pos_night_mode/__manifest__.py +++ b/pos_night_mode/__manifest__.py @@ -28,7 +28,10 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', - 'images': ['static/description/banner.png'], + 'images': [ + 'static/description/banner.png', + 'static/description/theme_screenshot.png', + ], "category": "Themes/Backend", 'depends': ['base', 'point_of_sale'], 'assets': { diff --git a/pos_night_mode/static/description/theme_screenshot.png b/pos_night_mode/static/description/theme_screenshot.png new file mode 100644 index 000000000..dc448b538 Binary files /dev/null and b/pos_night_mode/static/description/theme_screenshot.png differ