Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5169 Widoki

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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>
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
maj 15
3925
1
sty 25
1284
2
gru 24
2139
4
maj 24
7109
1
lip 23
2285