From d71d5d9124479acc9f2067fd88b18a8e96bd37af Mon Sep 17 00:00:00 2001 From: juancarlosonate-tecnativa Date: Wed, 8 Jan 2025 12:48:00 +0100 Subject: [PATCH] [MIG] stock_picking_report_custom_description: Migration to 17.0 --- stock_picking_report_custom_description/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_picking_report_custom_description/__manifest__.py b/stock_picking_report_custom_description/__manifest__.py index a607192..98ad47d 100644 --- a/stock_picking_report_custom_description/__manifest__.py +++ b/stock_picking_report_custom_description/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Stock Picking Report Custom Description", "summary": "Show moves description in picking reports", - "version": "16.0.1.0.2", + "version": "17.0.1.0.0", "category": "Warehouse", "website": "https://github.com/OCA/stock-logistics-reporting", "author": "Tecnativa, Odoo Community Association (OCA)",