From 27a23d2541f36edb6886c65b900047cc87a82abb Mon Sep 17 00:00:00 2001 From: JoseIbarraHdz Date: Wed, 25 Sep 2024 16:20:51 +0000 Subject: [PATCH] [MIG] sale_order_report_product_image: Migration to 17.0 --- sale_order_report_product_image/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_order_report_product_image/__manifest__.py b/sale_order_report_product_image/__manifest__.py index db207734..ff77916a 100644 --- a/sale_order_report_product_image/__manifest__.py +++ b/sale_order_report_product_image/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Sale Order Report Product Image", "summary": "Show product images on Sale documents", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Sale", "website": "https://github.com/OCA/sale-reporting", "author": "Tecnativa, Odoo Community Association (OCA)",