Browse Source

[IMP] server_environment_files: enhanced description

pull/78/head
Alexandre Fayolle 12 years ago
parent
commit
55f798bb6f
  1. 13
      server_environment_files/__openerp__.py

13
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",

Loading…
Cancel
Save