[MIG] : Migration to 15.0

pull/2214/head
Entrepreneur AJ 2021-11-23 17:33:49 +00:00
parent 39c585f7a0
commit b391d72563
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{
"name": "Fetchmail Incoming Log",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Tools",
"summary": "Log all messages received, before they start to be processed.",
"author": "ForgeFlow, Odoo Community Association (OCA)",

View File

@ -31,5 +31,5 @@ class TestFetchmailIncomingLog(TestMailgateway):
msg_id=msg_id,
)
self.env["mail.thread"].with_context(
{"fetchmail_server_id": self.fetchmail_server.id}
fetchmail_server_id=self.fetchmail_server.id
).message_process(None, mail)