Hello, I need to show the header and footer starting from the 2nd page of the invoice report. How can I achieve this?
此问题已终结
1
回复
3666
查看
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
|
5860 | ||
|
|
2
3月 26
|
1207 | ||
|
|
0
5月 26
|
96 | ||
|
|
0
12月 18
|
4569 | ||
|
|
0
9月 24
|
5117 |
Thanks for the solution.