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:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
cze 16
|
4373 | ||
|
0
gru 18
|
2784 | ||
|
0
wrz 24
|
3474 | ||
|
1
mar 15
|
4993 | ||
|
1
gru 17
|
9681 |
Thanks for the solution.