From c8d42ca9cc431d02baa3739122d6f7de30d3b279 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:26:31 +0100 Subject: [PATCH] Add OCA as author of OCA addons In order to get visibility on https://www.odoo.com/apps the OCA board has decided to add the OCA as author of all the addons maintained as part of the association. --- partner_auto_salesman/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partner_auto_salesman/__openerp__.py b/partner_auto_salesman/__openerp__.py index a3167c69d..77e7d2b96 100644 --- a/partner_auto_salesman/__openerp__.py +++ b/partner_auto_salesman/__openerp__.py @@ -25,7 +25,7 @@ 'category': 'Customer Relationship Management', 'complexity': "easy", 'description': """Fill the salesman field with the current user id""", - 'author': 'Savoir-faire Linux', + 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'website': 'http://www.savoirfairelinux.com', 'license': 'AGPL-3', 'depends': ['base'],