diff --git a/sale_product_image/__manifest__.py b/sale_product_image/__manifest__.py
index 253681b2f..022a68e36 100644
--- a/sale_product_image/__manifest__.py
+++ b/sale_product_image/__manifest__.py
@@ -21,7 +21,7 @@
#############################################################################
{
"name": "Sale Order Line Images",
- "version": "18.0.1.0.0",
+ "version": "18.0.1.0.1",
"category": 'Sales',
"summary": "Order Line Images In Sale and Sale Report",
"description": """Order Line Images In Sale and Sale Report, odoo 17, order line images""",
@@ -43,4 +43,3 @@
'auto_install': False,
'application': False,
}
-
diff --git a/sale_product_image/doc/RELEASE_NOTES.md b/sale_product_image/doc/RELEASE_NOTES.md
index 7bb733b70..dd65f45df 100644
--- a/sale_product_image/doc/RELEASE_NOTES.md
+++ b/sale_product_image/doc/RELEASE_NOTES.md
@@ -3,5 +3,9 @@
#### 05.10.2024
#### Version 18.0.1.0.0
##### ADD
-
- Initial commit for Sale Order Line Images
+
+#### 20.11.2024
+#### Version 18.0.1.0.1
+##### FIX
+- Fixed the issue in printing product images in the pdf report.
diff --git a/sale_product_image/report/sale_order_report.xml b/sale_product_image/report/sale_order_report.xml
index 98e957693..27644f357 100644
--- a/sale_product_image/report/sale_order_report.xml
+++ b/sale_product_image/report/sale_order_report.xml
@@ -14,10 +14,9 @@
position="after">
-
+
|
-
+
\ No newline at end of file
diff --git a/sale_product_image/views/sale_order_line_views.xml b/sale_product_image/views/sale_order_line_views.xml
index 3f3fbe420..3f4305d23 100644
--- a/sale_product_image/views/sale_order_line_views.xml
+++ b/sale_product_image/views/sale_order_line_views.xml
@@ -15,7 +15,7 @@
+ style="height:30px ;width:30px;" readonly="1" column_invisible="not parent.is_image_true"/>