From 7c2ea1121bd778013ce1ba48f3bc0460c43a8c05 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 2 Mar 2015 17:28:09 +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. --- server_environment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index df36291..8e38cfe 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -23,7 +23,7 @@ "name": "server configuration environment files", "version": "1.1", "depends": ["base", "server_environment_files"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "description": """\ Environment file pattern for OpenERP ====================================