Hello, I need to show the header and footer starting from the 2nd page of the invoice report. How can I achieve this?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
2494
瀏覽次數
Hello, there is a OCA Module called Report QWeb Element Page Visibilty.
Then you get specific classes like:
- not-first-page: shows element in every page but first
- not-last-page: shows element in every page but last
- first-page: shows element only on first page
- last-page: shows element only on last page
But actually there is only a version in the 14.0. But we get out some ideas of the module to make our own solution.
Hope that can help you.
Yes I already found it, but it cannot be implemented on 15. I already tried it. Any other possible suggestion
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
0
6月 16
|
4587 | ||
|
0
12月 18
|
3028 | ||
|
0
9月 24
|
3673 | ||
|
1
3月 15
|
5260 | ||
|
1
12月 17
|
9944 |
Thanks for the solution.