[14.0] mail_debrand: pass original args to super()

pull/1021/head
Ryan Cole 2021-05-18 13:57:56 +12:00 committed by Logeshkumar
parent 8618f8f7e0
commit 6ae7ffef2a
1 changed files with 3 additions and 3 deletions

View File

@ -79,9 +79,9 @@ class MailRenderMixin(models.AbstractModel):
template_src, template_src,
model, model,
res_ids, res_ids,
engine="jinja", engine=engine,
add_context=None, add_context=add_context,
post_process=False, post_process=post_process,
) )
for key in res_ids: for key in res_ids: