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 Nov 29, 2024
1 parent b692075 commit 25e5570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stock_free_quantity/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "Stock Free Quantity",
"version": "17.0.1.0.0",
"version": "17.0.1.1.0",
"author": "akretion,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-availability",
"development_status": "Production/Stable",
Expand Down
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 25e5570

Please sign in to comment.