Skip to content

Commit

Permalink
[16.0][MIG] - product_attribute_set: improve product view
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchov committed Mar 29, 2023
1 parent 865e15e commit ec39862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_attribute_set/views/product.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view" />
<field name="arch" type="xml">
<xpath expr="//field[@name='name']/.." position="after">
<xpath expr="//field[@name='name']/../.." position="after">
<div>
<label for="attribute_set_id" class="oe_edit_only" />
<field
Expand Down

0 comments on commit ec39862

Please sign in to comment.