[FIX] mail_environment: fix server_type field
This commit is contained in:
parent
b6a3bab7f7
commit
b6715b8a3b
|
|
@ -39,7 +39,7 @@ class FetchmailServer(models.Model):
|
||||||
return "incoming_mail"
|
return "incoming_mail"
|
||||||
|
|
||||||
@api.model
|
@api.model
|
||||||
def _search_type(self, oper, value):
|
def _search_server_type(self, oper, value):
|
||||||
operators = {
|
operators = {
|
||||||
"=": operator.eq,
|
"=": operator.eq,
|
||||||
"!=": operator.ne,
|
"!=": operator.ne,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue