From 52ed89a3e401a5b17f00c996b40e48b9c4342810 Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Thu, 13 Jun 2024 11:25:48 +0530 Subject: [PATCH] Jun 13: [FIX] Bug Fixed 'product_image_suggestion' --- product_image_suggestion/doc/RELEASE_NOTES.md | 5 +++++ product_image_suggestion/views/product_template_views.xml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/product_image_suggestion/doc/RELEASE_NOTES.md b/product_image_suggestion/doc/RELEASE_NOTES.md index 181ef7717..6187e6e36 100644 --- a/product_image_suggestion/doc/RELEASE_NOTES.md +++ b/product_image_suggestion/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 16.0.1.0.0 #### ADD - Initial commit for Product Image Suggestion + +#### 13.06.2024 +#### Version 16.0.1.0.1 +#### UPDT +- Updated image views diff --git a/product_image_suggestion/views/product_template_views.xml b/product_image_suggestion/views/product_template_views.xml index 9c080f95e..a09381831 100644 --- a/product_image_suggestion/views/product_template_views.xml +++ b/product_image_suggestion/views/product_template_views.xml @@ -40,10 +40,11 @@
+ class="fa fa-times pull-right" + title="Delete"/>
+ t-att-src="'data:image/png;base64,'+record.image.raw_value" t-att-alt="record.name or 'Image'"/>