From 7258e994a1eec8cff5982e7675129ba411f8669f Mon Sep 17 00:00:00 2001 From: David Beal Date: Mon, 26 Sep 2016 15:48:34 +0200 Subject: [PATCH] Update author in manifest allowing search (#428) searching multiple authors --- web_switch_company_warning/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_switch_company_warning/__openerp__.py b/web_switch_company_warning/__openerp__.py index 03f76374..21e893b7 100644 --- a/web_switch_company_warning/__openerp__.py +++ b/web_switch_company_warning/__openerp__.py @@ -9,7 +9,7 @@ "category": "web", "website": "http://akretion.com", "license": "AGPL-3", - "author": "Akretion / Odoo Community Association (OCA)", + "author": "Akretion, Odoo Community Association (OCA)", "depends": [ 'web', ],