From c00777c548b5706cf0ccec5c873f5e86e3cbc740 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:23:15 +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_banking_mandate/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_mandate/__openerp__.py b/account_banking_mandate/__openerp__.py index 93190455e..4ddfead6d 100644 --- a/account_banking_mandate/__openerp__.py +++ b/account_banking_mandate/__openerp__.py @@ -25,7 +25,7 @@ 'summary': 'Banking mandates', 'version': '0.1', 'license': 'AGPL-3', - 'author': 'Compassion CH', + 'author': "Compassion CH,Odoo Community Association (OCA)", 'website': 'http://www.compassion.ch', 'contributors': ['Pedro M. Baeza '], 'category': 'Banking addons',