From 6ca1db78e2b1f1167962a32ab75997cd844046f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Wed, 3 May 2017 08:56:08 +0200 Subject: [PATCH] [FIX] website URI To publish on pypi, the website must be a valid RFC 3986 URI --- crm_claim_rma/__openerp__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index 1756a132..dc74ec18 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -30,9 +30,7 @@ 'category': 'Generic Modules/CRM & SRM', 'author': "Akretion, Camptocamp, Eezee-it, MONK Software, Vauxoo, " "Odoo Community Association (OCA)", - 'website': 'http://www.akretion.com, http://www.camptocamp.com, ' - 'http://www.eezee-it.com, http://www.wearemonk.com, ' - 'http://www.vauxoo.com', + 'website': 'https://odoo-community.org', 'license': 'AGPL-3', 'depends': [ 'purchase',