Hello everyone...
Please
I am trying to make a page break so that each line of the sales order is on a page,
any suggestions?
Already tried:
<p style = "page-break-before: always;"> </p>
<p style = "page-break-after: always;"> </p>
At the end of the loop and initial too
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
5886
화면
Did you have content inside the <p> tag of the two you mentioned? Try by adding some contents.
You should also try one of these tags and have some contents inside the <p> tag:
<div style="page-break-after: auto;"><span style="display: none;"> </span></div>
<p style="page-break-inside: avoid"></p>
<div style="page-break-inside: auto"></div>
I hope one of the works!
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
3월 24
|
1706 | ||
|
2
2월 18
|
7996 | ||
|
1
12월 22
|
4177 | ||
|
2
12월 22
|
6545 | ||
|
0
9월 22
|
5626 |