From eb17da6b0cc0f3c2a4f3f3903446ccd22dc52c8c Mon Sep 17 00:00:00 2001 From: Joan Mateu Jordi Date: Fri, 29 Oct 2021 11:22:57 +0200 Subject: [PATCH] [15.0][MIG] stock_demand_estimate: Mirgation to 15.0 --- stock_demand_estimate/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_demand_estimate/__manifest__.py b/stock_demand_estimate/__manifest__.py index 40a2074cf..1808b57b3 100644 --- a/stock_demand_estimate/__manifest__.py +++ b/stock_demand_estimate/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Demand Estimate", "summary": "Allows to create demand estimates.", - "version": "14.0.1.1.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",