diff --git a/customer_product_qrcode/__manifest__.py b/customer_product_qrcode/__manifest__.py
index b714fa5a7..9e3c8585a 100755
--- a/customer_product_qrcode/__manifest__.py
+++ b/customer_product_qrcode/__manifest__.py
@@ -20,7 +20,7 @@
#############################################################################
{
'name': 'Customer and Product QR Code Generator',
- 'version': '17.0.1.0.0',
+ 'version': '17.0.1.0.1',
'category': 'Extra Tools',
'summary': 'Generate Unique QR Codes for Customers and Products',
'description': '''QR Code, QR Code Generator, Odoo QR Code Generator,
diff --git a/customer_product_qrcode/doc/RELEASE_NOTES.md b/customer_product_qrcode/doc/RELEASE_NOTES.md
index 2c2401398..45db3d373 100644
--- a/customer_product_qrcode/doc/RELEASE_NOTES.md
+++ b/customer_product_qrcode/doc/RELEASE_NOTES.md
@@ -4,3 +4,9 @@
#### Version 17.0.1.0.0
#### ADD
- Initial commit for Customer and Product QR Code Generator
+
+
+#### 03.02.2025
+#### Version 17.0.1.0.1
+##### UPDT
+- Bug Fix-Solved the issue due to unwanted report action linking in the model
diff --git a/customer_product_qrcode/models/product_product.py b/customer_product_qrcode/models/product_product.py
index 6bcdb5480..96c07bccb 100644
--- a/customer_product_qrcode/models/product_product.py
+++ b/customer_product_qrcode/models/product_product.py
@@ -71,7 +71,7 @@ class ProductProduct(models.Model):
'customer_product_qr.config.product_prefix')
if not prefix:
raise UserError(
- _('Set A Customer Prefix In General Settings'))
+ _('Set A Product Prefix In General Settings'))
prefix = str(prefix)
self.sequence = prefix + self.env['ir.sequence'].next_by_code(
'product.product') or '/'
diff --git a/customer_product_qrcode/report/report_action.xml b/customer_product_qrcode/report/report_action.xml
index c62a58652..cb465602c 100644
--- a/customer_product_qrcode/report/report_action.xml
+++ b/customer_product_qrcode/report/report_action.xml
@@ -10,7 +10,6 @@
customer_product_qrcode.customer_qr_template
'%s - Badge' % object.name
-
report
@@ -22,7 +21,6 @@
customer_product_qrcode.customer_qr_template
'%s - Badge' % object.name
-
report