Merge PR #40 into 13.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot 2020-03-05 07:08:04 +00:00
commit a47e5eeea2
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,