Hello All,
i have qweb report which prints in multiple page.
in that i want to print footer but only in my last page of footer how can i get that in qweb ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello All,
i have qweb report which prints in multiple page.
in that i want to print footer but only in my last page of footer how can i get that in qweb ?
You may want to check this OCA module: https://apps.odoo.com/apps/modules/10.0/report_qweb_element_page_visibility/. It offers 4 classes to define headers and footers on different pages.
Thanks Ermin Trevisan
its working now
You're welcome!
Hello Kamlesh,
Please Visit this Link ::
https://www.odoo.com/forum/help-1/question/v8-qweb-footer-only-on-the-last-page-72639
https://www.odoo.com/forum/help-1/question/how-to-set-div-in-the-bottom-of-the-last-page-in-a-qweb-report-75495
Hello Palkesh
already tried this but is there any other way like without adding JS?
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
3
set. 22
|
20941 | ||
|
3
abr. 18
|
7876 | ||
|
0
mai. 19
|
3428 | ||
|
2
ago. 25
|
2063 | ||
|
1
jul. 25
|
661 |
What do you mean by footer if you need it in last page only? You can just write what you need at the end of your code.