From 3a53ffab558cf48b9723b4d5300dd8ebfd075741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Sun, 27 May 2018 11:29:52 +0200 Subject: [PATCH] [FIX] bump version for partner_create_by_vat This is to force a rebuild of the packages, in order to fix the stdum dependency. --- partner_create_by_vat/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partner_create_by_vat/__manifest__.py b/partner_create_by_vat/__manifest__.py index 09466cc51..18b4c818e 100644 --- a/partner_create_by_vat/__manifest__.py +++ b/partner_create_by_vat/__manifest__.py @@ -6,7 +6,7 @@ 'name': 'Automatic partner creation based on VAT number', 'summary': 'Using VIES webservice, name and address information will ' 'be fetched and added to the partner.', - 'version': '10.0.1.0.0', + 'version': '10.0.1.0.1', 'category': 'Customer Relationship Management', 'author': 'Forest and Biomass Services Romania, ' 'Odoo Community Association (OCA)',