Activate the installable flag

pull/70/head
Guewen Baconnier 2014-10-08 13:59:06 +02:00
parent c3e9a8bae8
commit 29ff442856
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ password = openerp
'init_xml': [],
'update_xml': ['mail_view.xml'],
'demo_xml': [],
'installable': False,
'installable': True,
'active': False,
}