Browse Source

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

pull/2/head
Joel Grand-Guillaume 11 years ago
parent
commit
63db4d67ae
  1. 2
      mail_environment/__openerp__.py

2
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:
Loading…
Cancel
Save