From d7518ba3cfb00b52f8f11ecc6a4c3bc3c4266bed Mon Sep 17 00:00:00 2001 From: AjmalCybro Date: Wed, 24 Sep 2025 16:20:46 +0530 Subject: [PATCH] Sep 1 : [UPDT] Updated 'theme_eco_refine' --- theme_eco_refine/__manifest__.py | 2 +- .../{banner_template.jpg => theme_screenshot.jpg} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename theme_eco_refine/static/description/{banner_template.jpg => theme_screenshot.jpg} (100%) diff --git a/theme_eco_refine/__manifest__.py b/theme_eco_refine/__manifest__.py index 3b9e909cc..11fc195c1 100755 --- a/theme_eco_refine/__manifest__.py +++ b/theme_eco_refine/__manifest__.py @@ -73,7 +73,7 @@ }, 'images': [ 'static/description/banner.jpg', - 'static/description/banner_template.jpg', + 'static/description/theme_screenshot.jpg', ], 'license': 'AGPL-3', 'installable': True, diff --git a/theme_eco_refine/static/description/banner_template.jpg b/theme_eco_refine/static/description/theme_screenshot.jpg similarity index 100% rename from theme_eco_refine/static/description/banner_template.jpg rename to theme_eco_refine/static/description/theme_screenshot.jpg