You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
505 B
16 lines
505 B
# -*- coding: utf-8 -*-
|
|
# © Daniel Reis (https://launchpad.com/~dreis-pt)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/gpl.html).
|
|
{
|
|
'name': "LDAP mapping for user name and e-mail",
|
|
'version': "10.0.1.0.0",
|
|
'depends': ["auth_ldap"],
|
|
'author': "Daniel Reis (https://launchpad.com/~dreis-pt),"
|
|
"Odoo Community Association (OCA)",
|
|
'license': 'AGPL-3',
|
|
'category': "Tools",
|
|
'data': [
|
|
'views/users_ldap_view.xml',
|
|
],
|
|
'installable': True,
|
|
}
|