From 9c2e077ffa6adf4415a23ad7bbb7fd72c9f5b356 Mon Sep 17 00:00:00 2001 From: Leonardo Donelli Date: Fri, 2 Oct 2015 11:18:11 +0200 Subject: [PATCH] Fix authors list in manifest file Missing comma/whitespace causes MONK Software and OCA to be a single entity on apps.odoo.com --- crm_claim_rma/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index a0417879..af3858e8 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -71,7 +71,7 @@ Contributors: * Javier Carrasco """, - 'author': "Akretion, Camptocamp, Eezee-it, MONK Software" + 'author': "Akretion, Camptocamp, Eezee-it, MONK Software, " "Odoo Community Association (OCA)", 'website': 'http://www.akretion.com, http://www.camptocamp.com, ' 'http://www.eezee-it.com, http://www.wearemonk.com',