From 97006158f03a23612f75aa78baebdeb332684f5f Mon Sep 17 00:00:00 2001 From: Pieter Paulussen Date: Wed, 25 Sep 2024 16:56:52 +0200 Subject: [PATCH] [MIG] stock_report_quantity_by_location: Migration to 17.0 --- stock_report_quantity_by_location/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_report_quantity_by_location/__manifest__.py b/stock_report_quantity_by_location/__manifest__.py index a395a4bec..c3e4f78bf 100644 --- a/stock_report_quantity_by_location/__manifest__.py +++ b/stock_report_quantity_by_location/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Report Quantity By Location", "summary": "Stock Report Quantity By Location", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-reporting", "category": "Warehouse Management",