Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
5677 มุมมอง

Hello guys :D

After a lot of searchs, i couldnt find a solution how to print a report twice per page.

I have found the argument --copies of wkhtmltopdf or duplicating the template.

Can anyone help me find a solution please

Best regards.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

a lazy approach would be to put twice <div class="page"> tag on your report template. this way you'll have double content , one header, footer.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

try these code on template

put one more doc_id in  foreach loop like the below example

<template id="invoice_sale_report">

<t t-call="report.html_container">
<t t-foreach="[doc_ids,doc_ids]" t-as="doc_id">
<t t-raw="translate_doc(doc_id, doc_model, 'partner_id.lang','report.sale_invoice')" />
</t>
</t>
</template>
อวตาร
ละทิ้ง
ผู้เขียน

unfortunately it doesnt work :/

Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ก.ย. 19
4002
2
ส.ค. 25
2723
1
ก.ค. 25
1089
1
ส.ค. 25
1151
0
พ.ค. 25
1518