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

Hi everybody

I'd like to know how you can add a new page to a QWeb view. I want to customize the quotation template (sale.order) QWeb.
The first page is fine, with showing the default data but I would now like to somehow create a second page in the QWeb that shows some custom text that I code in it in HTML.

How can I force the QWeb to create a second page and print my text on this?
The custom text should always be on the next page.

With kind regards
Yenthe
 

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

try this inside <div class="page"> .

<p style="page-break-after:always;">   </p>
   <p> Test New Page  </p>

อวตาร
ละทิ้ง
ผู้เขียน

Exactly what I needed, thank you!

Thanks Sajin.

thank you @Sajin. still works :)

คำตอบที่ดีที่สุด

Thanks for this great share.

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

https://stackoverflow.com/questions/32756876/odoo-how-to-include-a-page-break-second-page-in-custom-report-pdf

อวตาร
ละทิ้ง