From 7ba654270209ae29de4ee075ce1f3623427cf970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Wed, 6 Jan 2021 15:01:38 +0100 Subject: [PATCH] [MIG] stock_inventory_include_exhausted: Migration to 14.0 --- stock_inventory_include_exhausted/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_include_exhausted/__manifest__.py b/stock_inventory_include_exhausted/__manifest__.py index 7049209e8..1975639b1 100644 --- a/stock_inventory_include_exhausted/__manifest__.py +++ b/stock_inventory_include_exhausted/__manifest__.py @@ -5,7 +5,7 @@ "name": "Inventory Include Exhausted", "summary": "It includes the option for adding products exhausted on the " "inventories.", - "version": "13.0.1.0.1", + "version": "14.0.1.0.0", "depends": ["stock"], "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse",