From a7760a77648486f4db2e4531ad7a0bc97a758c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Thu, 11 Jul 2019 18:49:31 +0200 Subject: [PATCH] [FIX] bump version account_move_line_purchase_info To force wheel regeneration, because the currently published wheel wrongly depends on odoo12-addon-purchase_stock which is a standard Odoo module. --- account_move_line_purchase_info/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_move_line_purchase_info/__manifest__.py b/account_move_line_purchase_info/__manifest__.py index 704238b4..33e328d4 100644 --- a/account_move_line_purchase_info/__manifest__.py +++ b/account_move_line_purchase_info/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Move Line Purchase Info", "summary": "Introduces the purchase order line to the journal items", - "version": "12.0.1.0.0", + "version": "12.0.1.0.1", "author": "Eficent, " "Odoo Community Association (OCA)", "website": "https://www.github.com/OCA/account-financial-tools",