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?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Sep 22
|
20177 | ||
|
3
Apr 18
|
7428 | ||
|
0
May 19
|
2971 | ||
|
2
Apr 25
|
2231 | ||
|
1
Feb 25
|
669 |
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.