Merge PR #411 into 12.0

Signed-off-by pedrobaeza
pull/412/head
OCA-git-bot 2020-06-16 08:35:54 +00:00
commit 21e76e787e
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class IrActionsReport(models.Model):
"The signed PDF document '%s/%s' was loaded from the "
"database", self.report_name, res_ids,
)
return signed_content
return signed_content, 'pdf'
content, ext = super(IrActionsReport, self).render_qweb_pdf(res_ids,
data)
if certificate: