Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] users_ldap_mail: Migration to version 16.0 #512

Merged
merged 13 commits into from
Aug 14, 2023
Merged
Prev Previous commit
[MIG] users_ldap_mail: Migration to 16.0
  • Loading branch information
Yadier-Tecnativa authored and pedrobaeza committed Aug 14, 2023
commit e0ab63892ff6fb8bf8457a0fd4baa6bb9ac55d86
2 changes: 1 addition & 1 deletion users_ldap_mail/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "LDAP mapping for user name and e-mail",
"version": "14.0.1.0.1",
"version": "16.0.1.0.0",
"depends": ["auth_ldap"],
"author": "Daniel Reis," "Odoo Community Association (OCA)",
"maintainers": ["joao-p-marques"],
Expand Down
1 change: 0 additions & 1 deletion users_ldap_mail/models/users_ldap_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class CompanyLDAP(models.Model):
_inherit = "res.company.ldap"

name_attribute = fields.Char(
"Name Attribute",
default="cn",
help="By default 'cn' is used. "
"For ActiveDirectory you might use 'displayName' instead.",
Expand Down