Skip to content

Commit

Permalink
[FIX] product_variant_sale_price: make Sales Price editable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-grinspan committed Jun 27, 2024
1 parent d064127 commit 2eaed52
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 @@ -23,7 +23,7 @@
<field name="arch" type="xml">
<!-- Make the field editable -->
<field name="lst_price" position="attributes">
<attribute name="attrs" />
<attribute name="readonly" />
</field>
</field>
</record>
Expand Down

0 comments on commit 2eaed52

Please sign in to comment.