[FIX] mail_environment: fix server_type field

This commit is contained in:
Anna Janiszewska 2020-03-02 14:34:02 +01:00 committed by Adrien Peiffer
parent 1c83cbcf35
commit 21205066f8
No known key found for this signature in database
GPG Key ID: D9266D898B218452
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class FetchmailServer(models.Model):
return "incoming_mail"
@api.model
def _search_type(self, oper, value):
def _search_server_type(self, oper, value):
operators = {
"=": operator.eq,
"!=": operator.ne,