[FIX] report_qweb_encrypt: conflict with bank statement
parent
93a005f241
commit
948f5dab65
|
@ -34,6 +34,8 @@ class IrActionsReport(models.Model):
|
||||||
document, ttype = super(IrActionsReport, self)._render_qweb_pdf(
|
document, ttype = super(IrActionsReport, self)._render_qweb_pdf(
|
||||||
res_ids=res_ids, data=data
|
res_ids=res_ids, data=data
|
||||||
)
|
)
|
||||||
|
if isinstance(res_ids, int):
|
||||||
|
res_ids = [res_ids]
|
||||||
password = self._get_pdf_password(res_ids[:1])
|
password = self._get_pdf_password(res_ids[:1])
|
||||||
document = self._encrypt_pdf(document, password)
|
document = self._encrypt_pdf(document, password)
|
||||||
return document, ttype
|
return document, ttype
|
||||||
|
|
Loading…
Reference in New Issue