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?
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
3
9月 22
|
20943 | ||
|
3
4月 18
|
7877 | ||
|
0
5月 19
|
3428 | ||
|
2
8月 25
|
2095 | ||
|
1
7月 25
|
665 |
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.