From 400f316c7f44270998a680d39a15358a397ace79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Tue, 13 Jun 2017 22:41:20 +0200 Subject: [PATCH] [10.0] setup.py and addons versions (#35) * [IMP] set 10.0 version prefix in all installable addons * [FIX] 10.0 instead of 9.0 version prefix for sale_order_add_bom on 10.0 branch * [ADD] setup.py for all installable addons --- sale_order_add_bom/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sale_order_add_bom/__manifest__.py b/sale_order_add_bom/__manifest__.py index d35d5f6..b6b6442 100644 --- a/sale_order_add_bom/__manifest__.py +++ b/sale_order_add_bom/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Sale Order Add Bom', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'category': 'Sales Management', 'license': 'AGPL-3', 'summary': 'Wizard to select a bom from a sale order',