Skip to content

Commit

Permalink
[MIG] website_sale_product_assortment: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterPaulussen committed Jul 19, 2024
1 parent 3c62c27 commit 3d9b8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_sale_product_assortment/views/ir_filters_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<field name="website_availability" />
<field
name="message_unavailable"
attrs="{'invisible': [('website_availability', '!=', 'no_purchase')]}"
invisible="website_availability != 'no_purchase'"
/>
<field
name="assortment_information"
attrs="{'invisible': [('website_availability', '!=', 'no_purchase')]}"
invisible="website_availability != 'no_purchase'"
/>
</group>
</xpath>
Expand Down

0 comments on commit 3d9b8bd

Please sign in to comment.