From 78c0254c0643e3e0dc08157115d1a827be2c3e74 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Fri, 18 Jan 2013 15:26:01 +0100 Subject: [PATCH] [7.0] mark all unported modules as not installable --- server_environment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_environment/__openerp__.py b/server_environment/__openerp__.py index b919f17..88f3c44 100644 --- a/server_environment/__openerp__.py +++ b/server_environment/__openerp__.py @@ -69,6 +69,6 @@ serv_config.get('external_service.ftp', 'tls') "update_xml": [ 'serv_config.xml', ], - "installable": True, + "installable": False, "active": False, }