From 8fae7c6d59b0e6da8cd1a4b6fa09f90c32811458 Mon Sep 17 00:00:00 2001 From: ferran-73 Date: Thu, 27 Jan 2022 08:38:49 +0100 Subject: [PATCH] [14.0][MIG] stock_whole_kit_constraint: Migration to V14 --- stock_whole_kit_constraint/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_whole_kit_constraint/__manifest__.py b/stock_whole_kit_constraint/__manifest__.py index 88e8d4b93..747055600 100644 --- a/stock_whole_kit_constraint/__manifest__.py +++ b/stock_whole_kit_constraint/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock whole kit constraint", "summary": "Avoid to deliver a kit partially", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "category": "Stock", "website": "https://github.com/OCA/manufacture", "author": "Tecnativa, Odoo Community Association (OCA)",