-
- Downloads
[FIX] point_of_sale,pos_{sale,gift_card}: product taken in total discount
When showing the discount the to the public, the down payment and gift card products were taken into account in the discount computation shown in the receipt. This also fix a mistake made in fc546e04 where it was implemented in the wrong place and returning a wrong value in a reduce callback. closes odoo/odoo#89603 X-original-commit: 597ea7aa3f28ad82e602e1ba5679bb49d2973b78 Signed-off-by:Masereel Pierre <pim@odoo.com> Signed-off-by:
Trinh Jacky (trj) <trj@odoo.com>
Showing
- addons/point_of_sale/static/src/js/models.js 11 additions, 8 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/pos_loyalty/static/src/js/Loyalty.js 10 additions, 1 deletionaddons/pos_loyalty/static/src/js/Loyalty.js
- addons/pos_sale/static/src/js/models.js 7 additions, 1 deletionaddons/pos_sale/static/src/js/models.js
- addons/pos_sale/static/src/xml/ProductScreen/Orderline.xml 1 addition, 1 deletionaddons/pos_sale/static/src/xml/ProductScreen/Orderline.xml
- addons/pos_sale/static/src/xml/ReceiptScreen/OrderReceipt.xml 1 addition, 1 deletion...ns/pos_sale/static/src/xml/ReceiptScreen/OrderReceipt.xml
Loading
Please register or sign in to comment