Hii,
I have a custom qweb report for journal entries and using web.internal_layout. I want to show the page number somewhere in the top or bottom. How to show page number on internal reports?
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hii,
I have a custom qweb report for journal entries and using web.internal_layout. I want to show the page number somewhere in the top or bottom. How to show page number on internal reports?
Thanks
This worked with me..
<t t-call="web.internal_layout"> <div class="page"> <!-- other code --->
<div class="footer text-center" style="margin:0px; padding:0px;font-size:12px;">
Page <span class="page"/>/<span class="topage"/>
</div>
</div>
</t>
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
5월 15
|
4112 | ||
|
1
1월 25
|
1495 | ||
|
2
12월 24
|
2405 | ||
|
4
5월 24
|
7271 | ||
|
1
7월 23
|
2380 |