Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5193 Prikazi

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
Opusti
Avtor 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
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
maj 15
3943
1
jan. 25
1305
2
dec. 24
2159
4
maj 24
7129
1
jul. 23
2291