From 9d09e3541d46c508c16e4020aa73b91d66e478eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Wed, 6 Jan 2021 14:39:06 +0100 Subject: [PATCH] [MIG] stock_move_common_dest: Migration to 14.0 --- stock_move_common_dest/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_move_common_dest/__manifest__.py b/stock_move_common_dest/__manifest__.py index c6cc0860e..a032c6d46 100644 --- a/stock_move_common_dest/__manifest__.py +++ b/stock_move_common_dest/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Move Common Destination", "summary": "Adds field for common destination moves", - "version": "13.0.1.1.0", + "version": "14.0.1.0.0", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp, Odoo Community Association (OCA)",