From 6c890eff07f15ada7eab49e44c5d04cae35683b2 Mon Sep 17 00:00:00 2001 From: "florent.thomas" Date: Mon, 9 Nov 2015 23:51:46 +0100 Subject: [PATCH] Port the users_ldap_mail in V9 --- users_ldap_mail/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }