From 91accd2b238cb4d03451b045884c4fd892afaf67 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_files_sample/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_environment_files_sample/__openerp__.py b/server_environment_files_sample/__openerp__.py index d3a92f2..349d565 100644 --- a/server_environment_files_sample/__openerp__.py +++ b/server_environment_files_sample/__openerp__.py @@ -23,7 +23,7 @@ "name": "Example server configuration environment files repository module", "version": "1.0", "depends": ["base"], - "author": "Camptocamp", + "author": "Camptocamp,Odoo Community Association (OCA)", "description": """\ File store for environment file sample module =============================================