From 9a4d41a1e781d06d4b4400682e3c7af6e4aa701a Mon Sep 17 00:00:00 2001 From: jarsa Date: Mon, 20 Jun 2022 10:17:50 -0500 Subject: [PATCH] [MIG] purchase_order_line_price_history: Migration to 15.0 --- purchase_order_line_price_history/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchase_order_line_price_history/__manifest__.py b/purchase_order_line_price_history/__manifest__.py index 4a68ab6794d..64757da0f27 100644 --- a/purchase_order_line_price_history/__manifest__.py +++ b/purchase_order_line_price_history/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Purchase order line price history", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Purchase Management", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/purchase-workflow",