Skip to content

Commit 55798f8

Browse files
aravindh8838LogeshSod
authored andcommitted
[ID: 30408 ] Ordering of fix_price on variant:
1 parent 6d79416 commit 55798f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_variant_sale_price/views/product_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<field name="model">product.product</field>
4646
<field name="inherit_id" ref="product.product_variant_easy_edit_view" />
4747
<field name="arch" type="xml">
48-
<xpath expr="//field[@name='standard_price']" position="before">
48+
<xpath expr="//label[@for='standard_price']" position="before">
4949
<field
5050
name="fix_price"
5151
attrs="{'invisible': [('product_variant_count', '=', 1)]}"

0 commit comments

Comments
 (0)