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
返信
5756
ビュー
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
|
1594 | ||
|
2
2月 18
|
7871 | ||
|
1
12月 22
|
4030 | ||
|
2
12月 22
|
6319 | ||
|
0
9月 22
|
5425 |