From 5d30c32f79ba1aee40afd1732b5e1765ab0cbe90 Mon Sep 17 00:00:00 2001 From: davidborromeo Date: Fri, 19 Mar 2021 13:02:53 +0100 Subject: [PATCH] [MIG] stock_helper: Migration to 14.0 --- stock_helper/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_helper/__manifest__.py b/stock_helper/__manifest__.py index 64f890f1d..086d7070a 100644 --- a/stock_helper/__manifest__.py +++ b/stock_helper/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Helpers", "summary": "Add methods shared between various stock modules", - "version": "13.0.1.1.0", + "version": "14.0.1.0.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Hidden",