Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
5226 Vizualizări

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

Imagine profil
Abandonează
Autor Cel mai bun răspuns

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>
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
mai 15
3971
1
ian. 25
1367
2
dec. 24
2245
4
mai 24
7184
1
iul. 23
2308