Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5190 Visualizações

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
Cancelar
Autor Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
mai. 15
3939
1
jan. 25
1302
2
dez. 24
2158
4
mai. 24
7126
1
jul. 23
2291