Skip to content

Commit 5307f85

Browse files
oh2fihhparfr
andauthored
users_ldap_groups update docstring on operators()
Co-authored-by: Hpar <raph@hpar.fr>
1 parent 62d064f commit 5307f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users_ldap_groups/models/res_company_ldap_operator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ResCompanyLdapOperator(models.AbstractModel):
1717

1818
@api.model
1919
def operators(self):
20-
"""Return names of function to call on this model as operator"""
20+
"""Return names (without '_') of function to call on this model as operator"""
2121
return ("contains", "equals", "query")
2222

2323
def _contains(self, ldap_entry, mapping):

0 commit comments

Comments
 (0)