diff --git a/users_ldap_mail/__openerp__.py b/users_ldap_mail/__openerp__.py index 690613642..fd445f2e7 100644 --- a/users_ldap_mail/__openerp__.py +++ b/users_ldap_mail/__openerp__.py @@ -36,6 +36,5 @@ AD also supports the "mail" attribute, so it can be mapped into OpenERP. 'users_ldap_view.xml', ], 'installable': True, -'auto_install': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: