Skip to Content
Menú
This question has been flagged
1 Respondre
5161 Vistes

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
Descartar
Autor 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
Descartar
Related Posts Respostes Vistes Activitat
0
de maig 15
3918
1
de gen. 25
1282
2
de des. 24
2131
4
de maig 24
7092
1
de jul. 23
2282