~serpentcs/server-env-tools/base_module_record

« back to all changes in this revision

Viewing changes to server_environment_files/__openerp__.py

[MRG] 7.0-port-server-environment-files

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
##############################################################################
21
21
 
22
22
{
23
 
    "name": "server configuration environment files repository module",
 
23
    "name": "Example server configuration environment files repository module",
24
24
    "version": "1.0",
25
25
    "depends": ["base"],
26
26
    "author": "Camptocamp",
27
27
    "description": """\
28
 
File store for environment file
29
 
===============================
 
28
File store for environment file sample module
 
29
=============================================
30
30
 
31
31
This module provides a file store for classical configuration by
32
32
environment file pattern into OpenERP provided by the
33
33
`server_environment` addon.  Please look at this module for more info
34
34
and doc.
 
35
 
 
36
Note: you should not install this module 'as is', since it is an
 
37
example module, but rather adapt it to your needs, and ensure your
 
38
version of the module gets picked up by OpenERP. This can be ensured
 
39
by putting the directory where your version of
 
40
server_environment_files lives before this one in the addons-path
 
41
variable of the OpenERP configuration file.
35
42
    """,
36
43
    "website": "http://www.camptocamp.com",
37
44
    "category": "Tools",