diff --git a/stock_free_quantity/__manifest__.py b/stock_free_quantity/__manifest__.py
index b5d79527..e3aee4af 100644
--- a/stock_free_quantity/__manifest__.py
+++ b/stock_free_quantity/__manifest__.py
@@ -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",
diff --git a/stock_free_quantity/views/product_template_view.xml b/stock_free_quantity/views/product_template_view.xml
index 9bf69aeb..faf865e9 100644
--- a/stock_free_quantity/views/product_template_view.xml
+++ b/stock_free_quantity/views/product_template_view.xml
@@ -60,6 +60,7 @@
decoration-danger="free_qty < 0"
decoration-bf="1"
/>
+
@@ -77,6 +78,7 @@
decoration-warning="free_qty == 0"
decoration-bf="1"
/>
+