diff --git a/server_environment_files/__openerp__.py b/server_environment_files/__openerp__.py index 6583709a9..606bc40ee 100644 --- a/server_environment_files/__openerp__.py +++ b/server_environment_files/__openerp__.py @@ -24,14 +24,18 @@ "version": "1.0", "depends": ["base"], "author": "Camptocamp", - "description": """This module provides a file store for classical configuration by environnement file pattern into OpenERP provided by server_environment. - It is ment to be used by server_environment module. Please look at this module for more info and doc. + "description": """\ +File store for environment file +=============================== + +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. """, "website": "http://www.camptocamp.com", "category": "Tools", - "init_xml": [], - "demo_xml": [], - "update_xml": [], - "installable": False, + "data": [], + "installable": True, "active": False, }