Skip to Content
मेन्यू
This question has been flagged
1 Reply
5191 Views

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

Avatar
Discard
Author Best Answer

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>
Avatar
Discard
Related Posts Replies Views Activity
0
मई 15
3941
1
जन॰ 25
1305
2
दिस॰ 24
2159
4
मई 24
7128
1
जुल॰ 23
2291