From e9e05a42e97d4760790b13c424f60ed248ee8357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20GRALL?= Date: Thu, 25 Jan 2024 15:41:55 +0100 Subject: [PATCH] [MIG] stock_warehouse_calendar: Migration to 17.0 --- stock_warehouse_calendar/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_warehouse_calendar/__manifest__.py b/stock_warehouse_calendar/__manifest__.py index b7fe6ef28..9921b1f83 100644 --- a/stock_warehouse_calendar/__manifest__.py +++ b/stock_warehouse_calendar/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock Warehouse Calendar", "summary": "Adds a calendar to the Warehouse", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "LGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "ForgeFlow, " "Odoo Community Association (OCA)",