Skip to content

Commit

Permalink
[MIG] users_ldap_mail: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadier-Tecnativa committed May 11, 2023
1 parent 4bebced commit aadd603
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.1",
"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

0 comments on commit aadd603

Please sign in to comment.