From ea807d2046a40e0b426377ebc17b6e422e3901e3 Mon Sep 17 00:00:00 2001 From: Mohamed Osman Date: Thu, 7 Mar 2024 14:21:04 +0000 Subject: [PATCH] [17.0][MIG] product_form_account_move_line_link: Migration to 17.0 --- product_form_account_move_line_link/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_form_account_move_line_link/__manifest__.py b/product_form_account_move_line_link/__manifest__.py index ffa4bc478a5e..aabbabe49f59 100644 --- a/product_form_account_move_line_link/__manifest__.py +++ b/product_form_account_move_line_link/__manifest__.py @@ -5,7 +5,7 @@ "name": "Product From Account Move Line Link", "summary": """ Adds a button on product forms to access Journal Items""", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-invoicing", "category": "Account",