oca-server-auth/odoo-bringout-oca-server-auth-users_ldap_mail/users_ldap_mail/__manifest__.py
2025-08-29 15:43:06 +02:00

16 lines
563 B
Python

# Copyright Daniel Reis (https://launchpad.com/~dreis-pt)
# Copyright 2021 Tecnativa - João Marques
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "LDAP mapping for user name and e-mail",
"version": "16.0.1.0.0",
"depends": ["auth_ldap"],
"author": "Daniel Reis," "Odoo Community Association (OCA)",
"maintainers": ["joao-p-marques"],
"website": "https://github.com/OCA/server-auth",
"license": "AGPL-3",
"category": "Tools",
"data": ["views/res_company_ldap.xml"],
"installable": True,
}