diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index a9a12a657..350f05f4a 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -38,5 +38,5 @@ AD also supports the "mail" attribute, so it can be mapped into OpenERP. 'data': [ 'users_ldap_view.xml', ], - 'installable': False, + 'installable': True, }