We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d064f commit 5307f85Copy full SHA for 5307f85
users_ldap_groups/models/res_company_ldap_operator.py
@@ -17,7 +17,7 @@ class ResCompanyLdapOperator(models.AbstractModel):
17
18
@api.model
19
def operators(self):
20
- """Return names of function to call on this model as operator"""
+ """Return names (without '_') of function to call on this model as operator"""
21
return ("contains", "equals", "query")
22
23
def _contains(self, ldap_entry, mapping):
0 commit comments