[FIX] report_py3o: Add missing method _merge_pdf.

This method was previously provided by Odoo and is used to merge all the reports generated if the generation is called for more than one record
This commit is contained in:
Laurent Mignon (ACSONE)
2019-01-31 18:03:30 +01:00
committed by Elmeri Niemelä
parent 5f9dfab722
commit ac6e75c7b4
3 changed files with 49 additions and 3 deletions

View File

@@ -14,7 +14,8 @@
'depends': ['web'],
'external_dependencies': {
'python': ['py3o.template',
'py3o.formats']
'py3o.formats',
'PyPDF2']
},
'data': [
'security/ir.model.access.csv',