Skip to content

Commit

Permalink
[IMP] website_sale_product_attribute_value_filter_existing: adds filt…
Browse files Browse the repository at this point in the history
…er extraction in mobile view
  • Loading branch information
lef-adhoc committed Sep 9, 2024
1 parent d3e9b84 commit e45e22e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,15 @@
<attribute name="t-if">attr_values_used &amp; v</attribute>
</xpath>
</template>
<template id="o_wsale_offcanvas" inherit_id="website_sale.o_wsale_offcanvas">
<xpath expr="//div[@t-foreach='a.value_ids']/div" position="attributes">
<attribute name="t-if">attr_values_used &amp; v</attribute>
</xpath>
<xpath
expr="//div[@t-if=&quot;a.display_type == 'color'&quot;]//t[@t-foreach='a.value_ids']/label"
position="attributes"
>
<attribute name="t-if">attr_values_used &amp; v</attribute>
</xpath>
</template>
</odoo>

0 comments on commit e45e22e

Please sign in to comment.