Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5167 Vistas

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 Mejor respuesta

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
Publicaciones relacionadas Respuestas Vistas Actividad
0
may 15
3922
1
ene 25
1283
2
dic 24
2136
4
may 24
7100
1
jul 23
2284