[IMP] span[text-decoration] -> del

bzr revid: xmo@openerp.com-20131011135550-q4s83cgbb7f8qgof
This commit is contained in:
Xavier Morel 2013-10-11 15:55:50 +02:00
parent 1208a5bcf5
commit 1ad6132624
1 changed files with 12 additions and 15 deletions

View File

@ -113,12 +113,11 @@
<div class="product_price"> <div class="product_price">
<b> <b>
<t t-if="product.product_variant_ids[0].lst_price != product.product_variant_ids[0].price"> <t t-if="product.product_variant_ids[0].lst_price != product.product_variant_ids[0].price">
<span class="text-danger" style="text-decoration: line-through;" <del class="text-danger"
t-field="product.product_variant_ids[0].lst_price" t-field-options='{ t-field="product.product_variant_ids[0].lst_price" t-field-options='{
"widget": "monetary", "widget": "monetary",
"display_currency": "website.pricelist_id.currency_id" "display_currency": "website.pricelist_id.currency_id"
}'> }'/>&amp;nbsp;
</span>&amp;nbsp;
</t> </t>
<span t-field="product.product_variant_ids[0].price" t-field-options='{ <span t-field="product.product_variant_ids[0].price" t-field-options='{
"widget": "monetary", "widget": "monetary",
@ -357,13 +356,11 @@
<div class="product_price"> <div class="product_price">
<b> <b>
<t t-if="product.product_variant_ids[0].lst_price != product.product_variant_ids[0].price"> <t t-if="product.product_variant_ids[0].lst_price != product.product_variant_ids[0].price">
<span class="text-danger" style="text-decoration: line-through;"> <del class="text-danger" t-field="product.product_variant_ids[0].lst_price"
<span t-field="product.product_variant_ids[0].lst_price" t-field-options='{
t-field-options='{ "widget": "monetary",
"widget": "monetary", "display_currency": "website.pricelist_id.currency_id"
"display_currency": "website.pricelist_id.currency_id" }'/>&amp;nbsp;
}'/>
</span>&amp;nbsp;
</t> </t>
<h4><b><span class="oe_price" t-field="product.product_variant_ids[0].price" <h4><b><span class="oe_price" t-field="product.product_variant_ids[0].price"
t-field-options='{ t-field-options='{
@ -470,12 +467,12 @@
<div class="text-muted" t-field="line.product_id.description_sale"/> <div class="text-muted" t-field="line.product_id.description_sale"/>
</td> </td>
<td class="text-center"> <td class="text-center">
<div class="text-danger" style="text-decoration: line-through;" t-if="line.product_id.lst_price &gt; line.price_unit"> <del class="text-danger" t-if="line.product_id.lst_price &gt; line.price_unit">
<span t-field="line.product_id.lst_price" t-field-options='{ <span t-field="line.product_id.lst_price" t-field-options='{
"widget": "monetary", "widget": "monetary",
"display_currency": "website.pricelist_id.currency_id" "display_currency": "website.pricelist_id.currency_id"
}'/> }'/>
</div> </del>
<span t-field="line.price_unit" t-field-options='{ <span t-field="line.price_unit" t-field-options='{
"widget": "monetary", "widget": "monetary",
"display_currency": "website.pricelist_id.currency_id" "display_currency": "website.pricelist_id.currency_id"