Hello, I need to show the header and footer starting from the 2nd page of the invoice report. How can I achieve this?
This question has been flagged
1
Respondre
3579
Vistes
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
|
0
de juny 16
|
5786 | ||
|
|
2
de març 26
|
1137 | ||
|
|
0
de maig 26
|
96 | ||
|
|
0
de des. 18
|
4374 | ||
|
|
0
de set. 24
|
4982 |
Thanks for the solution.