From b0ae5eac57d5bd9f063af733bb4f81ba4afce11c Mon Sep 17 00:00:00 2001 From: Christophe Matthieu Date: Thu, 18 Dec 2014 14:10:48 +0100 Subject: [PATCH] [FIX] website_sale: compute base price from default company currency to user currency to display the good lst_price or price extra --- addons/website_sale/views/templates.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/addons/website_sale/views/templates.xml b/addons/website_sale/views/templates.xml index 4de3c36007d..d6d868a8c74 100644 --- a/addons/website_sale/views/templates.xml +++ b/addons/website_sale/views/templates.xml @@ -87,7 +87,7 @@   @@ -432,7 +432,7 @@ t-field="product.lst_price" t-field-options='{ "widget": "monetary", - "from_currency": "website.currency_id", + "from_currency": "product.company_id.currency_id", "display_currency": "user_id.partner_id.property_product_pricelist.currency_id" }'/> @@ -490,7 +490,7 @@ @@ -510,7 +510,7 @@ @@ -687,7 +687,7 @@   @@ -781,7 +781,7 @@