From 34e14ac4830b67190c7ca8e9bf66b3a66fd22a8c Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Wed, 28 Jan 2015 10:22:56 +0100 Subject: [PATCH] [REF] --- pos_product_template/static/src/js/ppt.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pos_product_template/static/src/js/ppt.js b/pos_product_template/static/src/js/ppt.js index e46875dc..b5318ce0 100644 --- a/pos_product_template/static/src/js/ppt.js +++ b/pos_product_template/static/src/js/ppt.js @@ -347,8 +347,8 @@ Define: pos_product_template.AttributeListWidget }, render_value: function(value, variant_qty){ - var value_html = QWeb.render('AttributeValueWidget',{ - widget: this, + var value_html = QWeb.render('AttributeValueWidget',{ + widget: this, value: value, variant_qty: variant_qty, }); @@ -511,7 +511,6 @@ Overload: point_of_sale.PosModel fields: [ 'name', 'display_name', - 'list_price', //? 'product_variant_ids', 'product_variant_count', ],