[MIGR] Mark the mail_environnement module as installable = True as it works on v 7.0

pull/2/head
Joel Grand-Guillaume 2013-11-08 12:14:26 +01:00
parent 968a3ec2e1
commit 63db4d67ae
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ password = openerp
'init_xml': [], 'init_xml': [],
'update_xml': ['mail_view.xml'], 'update_xml': ['mail_view.xml'],
'demo_xml': [], 'demo_xml': [],
'installable': False, 'installable': True,
'active': False, 'active': False,
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: