Skip to content

Commit

Permalink
Update inherited view with new field.
Browse files Browse the repository at this point in the history
  • Loading branch information
feketemihai committed Sep 16, 2020
1 parent 098dbe3 commit f8236c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_commission_pricelist/views/product_pricelist_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<field name="model">product.pricelist</field>
<field name="inherit_id" ref="product.product_pricelist_view" />
<field name="arch" type="xml">
<xpath expr="//tree/field[@name='fixed_price']" position="after">
<xpath expr="//tree/field[@name='base']" position="after">
<field name="commission_id" />
</xpath>
</field>
Expand Down

0 comments on commit f8236c5

Please sign in to comment.