|
@@ -1339,8 +1339,9 @@ Somos una tienda mayorista que trabajamos exclusivamente para vos, con las mejor
|
|
<span t-field="product.price" style="white-space: nowrap;" t-field-options='{
|
|
<span t-field="product.price" style="white-space: nowrap;" t-field-options='{
|
|
"widget": "monetary",
|
|
"widget": "monetary",
|
|
"display_currency": "user_id.partner_id.property_product_pricelist.currency_id"
|
|
"display_currency": "user_id.partner_id.property_product_pricelist.currency_id"
|
|
- }'>
|
|
|
|
- </span>
|
|
|
|
|
|
+ }' t-esc="str('{p:0,.0f}'.format(p=product.price).replace(',','.'))"
|
|
|
|
+ >
|
|
|
|
+ </span> &#8370
|
|
<span itemprop="priceCurrency" style="display:none;" t-esc="user_id.partner_id.property_product_pricelist.currency_id.name"/>
|
|
<span itemprop="priceCurrency" style="display:none;" t-esc="user_id.partner_id.property_product_pricelist.currency_id.name"/>
|
|
<span itemprop="price" style="display:none;" t-esc="product.price"/>
|
|
<span itemprop="price" style="display:none;" t-esc="product.price"/>
|
|
</b>
|
|
</b>
|
|
@@ -1395,7 +1396,7 @@ Somos una tienda mayorista que trabajamos exclusivamente para vos, con las mejor
|
|
|
|
|
|
|
|
|
|
</t>
|
|
</t>
|
|
- <span t-field="product.price" style="white-space: nowrap;" t-field-options="{ "widget": "monetary", "display_currency": "user_id.partner_id.property_product_pricelist.currency_id" }"></span>
|
|
|
|
|
|
+ <span t-field="product.price" style="white-space: nowrap;" t-field-options="{ "widget": "monetary", "display_currency": "user_id.partner_id.property_product_pricelist.currency_id" }" t-esc="str('{p:0,.0f}'.format(p=product.price).replace(',','.'))"></span> &#8370
|
|
<span itemprop="priceCurrency" style="display:none;" t-esc="user_id.partner_id.property_product_pricelist.currency_id.name"/>
|
|
<span itemprop="priceCurrency" style="display:none;" t-esc="user_id.partner_id.property_product_pricelist.currency_id.name"/>
|
|
<span itemprop="price" style="display:none;" t-esc="product.price"/>
|
|
<span itemprop="price" style="display:none;" t-esc="product.price"/>
|
|
</b>
|
|
</b>
|