From eb38d13c8fad50f6e672e83a181d8b647bd7f0a5 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:22:41 +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. --- account_partner_required/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_partner_required/__openerp__.py b/account_partner_required/__openerp__.py index 961c36f3..4e69e83d 100644 --- a/account_partner_required/__openerp__.py +++ b/account_partner_required/__openerp__.py @@ -38,7 +38,7 @@ Module developed by Stéphane Bidoul , inspired by Alexis de Lattre 's account_analytic_required module. """, - 'author': 'ACSONE SA/NV', + 'author': "ACSONE SA/NV,Odoo Community Association (OCA)", 'website': 'http://acsone.eu/', 'depends': ['account'], 'data': ['account_view.xml'],