From aacc549b92e751028bee5ce2f35cae22f1dfe6a7 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:22:33 +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_export_csv/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_export_csv/__openerp__.py b/account_export_csv/__openerp__.py index 390a8135..c0159c48 100644 --- a/account_export_csv/__openerp__.py +++ b/account_export_csv/__openerp__.py @@ -25,7 +25,7 @@ 'depends': [ 'account', ], - 'author': 'Camptocamp', + 'author': "Camptocamp,Odoo Community Association (OCA)", 'description': """ Add a wizard that allow you to export a csv file based on accounting