From a05f2a69342db94be64909158b6dab99b0c919ba Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Fri, 18 Feb 2022 09:30:02 +0100 Subject: [PATCH] [15.0][MIG] stock_demand_estimate_matrix --- stock_demand_estimate_matrix/__manifest__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stock_demand_estimate_matrix/__manifest__.py b/stock_demand_estimate_matrix/__manifest__.py index 27e7e3d8b..6c7566aae 100644 --- a/stock_demand_estimate_matrix/__manifest__.py +++ b/stock_demand_estimate_matrix/__manifest__.py @@ -3,8 +3,9 @@ { "name": "Stock Demand Estimate Matrix", "summary": "Allows to create demand estimates.", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", + "development_status": "Production/Stable", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse", "depends": ["stock_demand_estimate", "web_widget_x2many_2d_matrix", "date_range"],