Skip to content

Commit

Permalink
users_ldap_groups update docstring on operators()
Browse files Browse the repository at this point in the history
Co-authored-by: Hpar <raph@hpar.fr>
  • Loading branch information
oh2fih and hparfr committed Jun 6, 2024
1 parent 62d064f commit 5307f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users_ldap_groups/models/res_company_ldap_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5307f85

Please sign in to comment.