Skip to content

Commit

Permalink
[MIG]product_attribute_set: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandan-OSI committed Aug 29, 2024
1 parent d0b8973 commit b962814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion product_attribute_set/views/product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<page
name="product_attributes"
string="Attributes"
attrs="{'invisible' : [('attribute_set_id', '=', False)]}"
invisible="not attribute_set_id"
>
<separator name="attributes_placeholder" />
</page>
Expand Down Expand Up @@ -71,6 +71,7 @@
<xpath expr="//group[@name='packaging']/.." position="after">
<group>
<group name="product_attributes" string="Attributes" invisible="1">
<field name="attribute_set_id" />
<separator name="attributes_placeholder" />
</group>
</group>
Expand Down

0 comments on commit b962814

Please sign in to comment.