+ |
+ [[line.product_id.code ]] [[ line.product_id and line.product_id.name or '']]
+ |
+
+ [[ o.sale_id and o.sale_id.partner_id and o.sale_id.partner_id.valued_picking and formatLang(line.sale_price_unit, dp='Product Price', currency_obj=o.sale_id.currency_id) or removeParentNode('tr') ]]
+ |
+
+ [[ formatLang(line.product_qty) ]] [[ line.product_uom and line.product_uom.name ]]
+ |
+
+ [[ formatLang(line.sale_price_subtotal, dp='Account', currency_obj=o.sale_id.currency_id) ]]
+ |
+
+
+ |
+ [[line.product_id.code ]] [[ line.product_id and line.product_id.name or '']]
+ |
+
+ [[ o.sale_id and o.sale_id.partner_id and not o.sale_id.partner_id.valued_picking and ' ' or removeParentNode('tr') ]]
+ |
+
+ [[ (line.prodlot_id and (line.prodlot_id.name + (line.prodlot_id.ref and ('/' + line.prodlot_id.ref) or ''))) or ' ' ]]
+ |
+
+ [[ formatLang(line.product_qty) ]] [[ line.product_uom and line.product_uom.name ]]
+ |
+
+