diff --git a/users_ldap_groups/models/res_company_ldap_operator.py b/users_ldap_groups/models/res_company_ldap_operator.py index d8bde5b8ab..fedafa9115 100644 --- a/users_ldap_groups/models/res_company_ldap_operator.py +++ b/users_ldap_groups/models/res_company_ldap_operator.py @@ -17,7 +17,7 @@ class ResCompanyLdapOperator(models.AbstractModel): @api.model def operators(self): - """Return names of function to call on this model as operator""" + """Return names (without '_') of function to call on this model as operator""" return ("contains", "equals", "query") def _contains(self, ldap_entry, mapping):