Skip to content

Commit

Permalink
[ID: 30408 ] Ordering of fix_price on variant:
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindh8838 authored and LogeshSod committed May 4, 2023
1 parent 6d79416 commit 55798f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_variant_sale_price/views/product_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_variant_easy_edit_view" />
<field name="arch" type="xml">
<xpath expr="//field[@name='standard_price']" position="before">
<xpath expr="//label[@for='standard_price']" position="before">
<field
name="fix_price"
attrs="{'invisible': [('product_variant_count', '=', 1)]}"
Expand Down

0 comments on commit 55798f8

Please sign in to comment.