From 25e5570fb53a74f62c3aecf0ed1d3c2fb87492d5 Mon Sep 17 00:00:00 2001 From: mav-adhoc Date: Fri, 29 Nov 2024 15:00:33 -0300 Subject: [PATCH] [17][FIX]stock_free_quantity: type in views --- stock_free_quantity/__manifest__.py | 2 +- stock_free_quantity/views/product_template_view.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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" /> +