Browse Source

Port the users_ldap_mail in V9

pull/292/head
florent.thomas 9 years ago
parent
commit
6c890eff07
  1. 2
      users_ldap_mail/__openerp__.py

2
users_ldap_mail/__openerp__.py

@ -38,5 +38,5 @@ AD also supports the "mail" attribute, so it can be mapped into OpenERP.
'data': [ 'data': [
'users_ldap_view.xml', 'users_ldap_view.xml',
], ],
'installable': False,
'installable': True,
} }
Loading…
Cancel
Save