diff --git a/odoo_dynamic_dashboard/static/description/Icon.png b/odoo_dynamic_dashboard/static/description/icon.png similarity index 100% rename from odoo_dynamic_dashboard/static/description/Icon.png rename to odoo_dynamic_dashboard/static/description/icon.png diff --git a/pos_screen_pane_position/__manifest__.py b/pos_screen_pane_position/__manifest__.py index 8c9df4307..1bebb39ea 100644 --- a/pos_screen_pane_position/__manifest__.py +++ b/pos_screen_pane_position/__manifest__.py @@ -21,7 +21,7 @@ ################################################################################ { 'name': 'Screen Positions in POS', - 'version': '18.0.1.0.0', + 'version': '18.0.1.0.1', 'category': 'Point of Sale', 'summary': """To choose the position of the product screen""", 'description': 'Using this module the cashier can change ' diff --git a/pos_screen_pane_position/doc/RELEASE_NOTES.md b/pos_screen_pane_position/doc/RELEASE_NOTES.md index 476830ba1..57f9ee122 100644 --- a/pos_screen_pane_position/doc/RELEASE_NOTES.md +++ b/pos_screen_pane_position/doc/RELEASE_NOTES.md @@ -5,3 +5,9 @@ #### ADD - Initial commit for Screen Positions in POS + +#### 07.10.2025 +#### Version 18.0.1.0.1 +#### ADD + +- Fixed bug in the Product Screen. diff --git a/pos_screen_pane_position/static/src/xml/Screens/ProductScreen/ProductScreen.xml b/pos_screen_pane_position/static/src/xml/Screens/ProductScreen/ProductScreen.xml index c3db3b5b9..67d2d2658 100644 --- a/pos_screen_pane_position/static/src/xml/Screens/ProductScreen/ProductScreen.xml +++ b/pos_screen_pane_position/static/src/xml/Screens/ProductScreen/ProductScreen.xml @@ -49,10 +49,10 @@ class="pos.productViewMode" name="getProductName(product)" color="product.pos_categ_ids?.at(-1)?.color" - price="this.getProductPrice(product)" imageUrl="pos.config.show_product_images and this.getProductImage(product)" onClick.bind="() => this.addProductToOrder(product)" productInfo="true" + productCartQty="this.state.quantityByProductTmplId[product.raw.product_tmpl_id]" onProductInfoClick.bind="() => this.onProductInfoClick(product)"/>
@@ -122,10 +122,10 @@ class="pos.productViewMode" name="getProductName(product)" color="product.pos_categ_ids?.at(-1)?.color" - price="this.getProductPrice(product)" imageUrl="pos.config.show_product_images and this.getProductImage(product)" onClick.bind="() => this.addProductToOrder(product)" productInfo="true" + productCartQty="this.state.quantityByProductTmplId[product.raw.product_tmpl_id]" onProductInfoClick.bind="() => this.onProductInfoClick(product)"/>