From e879f219b691b6067c5bd13f1c88803f7e79efa4 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Fri, 18 Jan 2013 16:19:17 +0100 Subject: [PATCH] [7.0] 1st pass at porting server-environment-files --- server_environment_files/__openerp__.py | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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, }