From 55f798bb6f5854a1bd48076f4b2c32c6fd1c8c74 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 21 Jan 2013 12:27:30 +0100 Subject: [PATCH] [IMP] server_environment_files: enhanced description --- server_environment_files/__openerp__.py | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/server_environment_files/__openerp__.py b/server_environment_files/__openerp__.py index 606bc40ee..fb16a51a4 100644 --- a/server_environment_files/__openerp__.py +++ b/server_environment_files/__openerp__.py @@ -20,18 +20,25 @@ ############################################################################## { - "name": "server configuration environment files repository module", + "name": "Example server configuration environment files repository module", "version": "1.0", "depends": ["base"], "author": "Camptocamp", "description": """\ -File store for environment file -=============================== +File store for environment file sample module +============================================= This module provides a file store for classical configuration by environment file pattern into OpenERP provided by the `server_environment` addon. Please look at this module for more info and doc. + +Note: you should not install this module 'as is', since it is an +example module, but rather adapt it to your needs, and ensure your +version of the module gets picked up by OpenERP. This can be ensured +by putting the directory where your version of +server_environment_files lives before this one in the addons-path +variable of the OpenERP configuration file. """, "website": "http://www.camptocamp.com", "category": "Tools",