Skip to content

Commit

Permalink
[17][FIX]stock_free_quantity: type in views
Browse files Browse the repository at this point in the history
  • Loading branch information
mav-adhoc committed Jan 21, 2025
1 parent b692075 commit b7d89d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stock_free_quantity/views/product_template_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
decoration-danger="free_qty < 0"
decoration-bf="1"
/>
<field name="type" invisible="1" />
</field>
</field>
</record>
Expand All @@ -77,6 +78,7 @@
decoration-warning="free_qty == 0"
decoration-bf="1"
/>
<field name="type" invisible="1" />
</field>
</field>
</record>
Expand Down

0 comments on commit b7d89d2

Please sign in to comment.