Skip to content

Commit

Permalink
[ADD] Replacement for product_price in website_sale_hide_discount
Browse files Browse the repository at this point in the history
  • Loading branch information
lasley committed Jun 10, 2016
1 parent 8682733 commit d365a56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website_sale_hide_discount/views/website_sale_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@

<odoo>

<template id="products_item" inherit_id="website_sale.products_item" name="Products item display name">
<template id="products_item" inherit_id="website_sale.products_item" name="Products item no list price">
<xpath expr="//del" position="replace">

</xpath>
</template>

<template id="product_price" inherit_id="website_sale.product_price" name="Product price no list price">
<xpath expr="//span[@t-field='product.lst_price']" position="replace">

</xpath>
</template>

</odoo>

0 comments on commit d365a56

Please sign in to comment.