[MIG] : Migration to 15.0
parent
39c585f7a0
commit
b391d72563
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Fetchmail Incoming Log",
|
"name": "Fetchmail Incoming Log",
|
||||||
"version": "14.0.1.0.0",
|
"version": "15.0.1.0.0",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"summary": "Log all messages received, before they start to be processed.",
|
"summary": "Log all messages received, before they start to be processed.",
|
||||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||||
|
|
|
@ -31,5 +31,5 @@ class TestFetchmailIncomingLog(TestMailgateway):
|
||||||
msg_id=msg_id,
|
msg_id=msg_id,
|
||||||
)
|
)
|
||||||
self.env["mail.thread"].with_context(
|
self.env["mail.thread"].with_context(
|
||||||
{"fetchmail_server_id": self.fetchmail_server.id}
|
fetchmail_server_id=self.fetchmail_server.id
|
||||||
).message_process(None, mail)
|
).message_process(None, mail)
|
||||||
|
|
Loading…
Reference in New Issue