[FIX] website_sale_delivery: currency of delivery methods

The currency of the delivery method should match the currency of the
company. Indeed, the price specified in the corresponding product is in
the currrency of the company and does not depend on the pricelist.

opw-652716
This commit is contained in:
Nicolas Martinelli 2015-10-26 10:32:43 +01:00
parent 109cfec679
commit 90f47496e6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
<span class="badge" t-field="delivery.price"
t-field-options='{
"widget": "monetary",
"from_currency": "website.currency_id",
"from_currency": "delivery.product_id.company_id.currency_id",
"display_currency": "website_sale_order.currency_id"
}'/>
<div t-field="delivery.website_description" class="text-muted"/>