From 0550bd42f18c1d8512124c36bacbd16edd066e93 Mon Sep 17 00:00:00 2001 From: Ben Stannard Date: Mon, 24 Oct 2022 10:57:08 -0400 Subject: [PATCH] [MIG] stock_inventory_lockdown: Migration to 14.0 --- stock_inventory_lockdown/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_lockdown/__manifest__.py b/stock_inventory_lockdown/__manifest__.py index 2e25ad6bf..f2a3e44f9 100644 --- a/stock_inventory_lockdown/__manifest__.py +++ b/stock_inventory_lockdown/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Inventory Lock Down", "summary": "Lock down stock locations during inventories.", - "version": "13.0.1.0.2", + "version": "14.0.1.0.0", "development_status": "Mature", "depends": ["stock"], "author": "Numérigraphe, ForgeFlow, Odoo Community Association (OCA)",