From a2fa5a5a996999e0c95f7c48a2cc35b7dc4d3714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Wed, 3 May 2017 08:57:15 +0200 Subject: [PATCH] [FIX] website URI To publish on pypi, the website must be a valid RFC 3986 URI --- crm_rma_lot_mass_return/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm_rma_lot_mass_return/__openerp__.py b/crm_rma_lot_mass_return/__openerp__.py index 6792605a..8cfe7a7a 100644 --- a/crm_rma_lot_mass_return/__openerp__.py +++ b/crm_rma_lot_mass_return/__openerp__.py @@ -29,7 +29,7 @@ 'category': 'Generic Modules/CRM & SRM', 'author': 'Vauxoo,Akretion,Odoo Community Association (OCA)', 'license': 'AGPL-3', - 'website': 'http://www.vauxoo.com, http://www.akretion.com', + 'website': 'https://odoo-community.org', 'depends': [ 'crm_claim_rma', 'crm_rma_prodlot_invoice',