From 386d985fb5c528cb44a30d8c57688c868d586d93 Mon Sep 17 00:00:00 2001 From: RisvanaCybro Date: Thu, 9 May 2024 19:59:05 +0530 Subject: [PATCH] May 09: [FIX] Bug Fixed 'product_multi_uom_pos' --- product_multi_uom_pos/__manifest__.py | 2 +- product_multi_uom_pos/doc/RELEASE_NOTES.md | 5 +++++ product_multi_uom_pos/models/product_template.py | 1 + .../generic_components/orderline/orderline.xml | 15 +++++++-------- .../static/src/overrides/models/orderline.js | 13 +++++++++++-- 5 files changed, 25 insertions(+), 11 deletions(-) diff --git a/product_multi_uom_pos/__manifest__.py b/product_multi_uom_pos/__manifest__.py index 298ba4b46..d7e982465 100644 --- a/product_multi_uom_pos/__manifest__.py +++ b/product_multi_uom_pos/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': "POS Product Multiple UOM", - 'version': '17.0.1.0.0', + 'version': '17.0.1.0.1', 'category': 'Point of Sale', 'summary': """A module to manage multiple UoM in POS""", 'description': """Using this app, you can change unit of measure of diff --git a/product_multi_uom_pos/doc/RELEASE_NOTES.md b/product_multi_uom_pos/doc/RELEASE_NOTES.md index c06f9bbfc..0eecf031d 100644 --- a/product_multi_uom_pos/doc/RELEASE_NOTES.md +++ b/product_multi_uom_pos/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 17.0.1.0.0 #### ADD - Initial commit for POS Product Multiple UOM + +#### 9.05.2024 +#### Version 17.0.1.0.1 +##### UPDT +- Bug Fix-Resolved the issue in the refund page. \ No newline at end of file diff --git a/product_multi_uom_pos/models/product_template.py b/product_multi_uom_pos/models/product_template.py index c46465dad..15fbcf4be 100644 --- a/product_multi_uom_pos/models/product_template.py +++ b/product_multi_uom_pos/models/product_template.py @@ -43,6 +43,7 @@ class ProductTemplate(models.Model): """ status = self.env['ir.config_parameter'].sudo().get_param( 'product_multi_uom_pos.pos_multi_uom') + print(status,'status') self.write({ 'multi_uom': status }) diff --git a/product_multi_uom_pos/static/src/overrides/generic_components/orderline/orderline.xml b/product_multi_uom_pos/static/src/overrides/generic_components/orderline/orderline.xml index 0c826b1f0..44eb1f85a 100644 --- a/product_multi_uom_pos/static/src/overrides/generic_components/orderline/orderline.xml +++ b/product_multi_uom_pos/static/src/overrides/generic_components/orderline/orderline.xml @@ -5,23 +5,22 @@ t-inherit="point_of_sale.Orderline" t-inherit-mode="extension" owl="1"> - - + -