Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
5183 Vues

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
Ignorer
Auteur Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
mai 15
3933
1
janv. 25
1293
2
déc. 24
2149
4
mai 24
7120
1
juil. 23
2287