From e758ae942046a11d91a3a1bb7b608239c085cea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=A7al=20Isern?= Date: Thu, 12 Aug 2021 15:45:59 +0200 Subject: [PATCH] [MIG] stock_archive_constraint: Migration to 14.0 --- stock_archive_constraint/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_archive_constraint/__manifest__.py b/stock_archive_constraint/__manifest__.py index 549ff4b8d..3bbd429bd 100644 --- a/stock_archive_constraint/__manifest__.py +++ b/stock_archive_constraint/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock archive constraint", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "license": "AGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Tecnativa, Odoo Community Association (OCA)",