From 1f312cdbc30e89dc715e1804ebe2bfa001fd7d24 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_pain_base/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_pain_base/__openerp__.py b/account_banking_pain_base/__openerp__.py index 0d8030dc6..a5f5a23da 100644 --- a/account_banking_pain_base/__openerp__.py +++ b/account_banking_pain_base/__openerp__.py @@ -24,7 +24,7 @@ 'summary': 'Base module for PAIN file generation', 'version': '0.1', 'license': 'AGPL-3', - 'author': 'Akretion, Noviat', + 'author': "Akretion, Noviat,Odoo Community Association (OCA)", 'website': 'http://openerp-community-association.org/', 'contributors': ['Pedro M. Baeza '], 'category': 'Hidden',