Hello, I need to show the header and footer starting from the 2nd page of the invoice report. How can I achieve this?
Cette question a été signalée
1
Répondre
3582
Vues
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
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
0
juin 16
|
5794 | ||
|
|
2
mars 26
|
1145 | ||
|
|
0
mai 26
|
96 | ||
|
|
0
déc. 18
|
4378 | ||
|
|
0
sept. 24
|
4987 |
Thanks for the solution.