Skip to content

Commit

Permalink
[MIG] product_special_type: change place to put special_type
Browse files Browse the repository at this point in the history
  • Loading branch information
acsonefho authored and FrancoMaxime committed Sep 13, 2023
1 parent 5695fd5 commit feacbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_special_type/views/product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view" />
<field name="arch" type="xml">
<field name="type" position="after">
<field name="product_tooltip" position="after">
<field name="special_type" />
</field>
</field>
Expand Down

0 comments on commit feacbee

Please sign in to comment.