Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5173 Zobrazení

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
Zrušit
Autor Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
kvě 15
3927
1
led 25
1286
2
pro 24
2143
4
kvě 24
7113
1
čvc 23
2286