From 63db4d67ae38c887e49777823cfdec55cb197bf5 Mon Sep 17 00:00:00 2001 From: Joel Grand-Guillaume Date: Fri, 8 Nov 2013 12:14:26 +0100 Subject: [PATCH] [MIGR] Mark the mail_environnement module as installable = True as it works on v 7.0 --- mail_environment/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_environment/__openerp__.py b/mail_environment/__openerp__.py index 5da871afb..fce396f8d 100644 --- a/mail_environment/__openerp__.py +++ b/mail_environment/__openerp__.py @@ -61,7 +61,7 @@ password = openerp 'init_xml': [], 'update_xml': ['mail_view.xml'], 'demo_xml': [], - 'installable': False, + 'installable': True, 'active': False, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: