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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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>
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
may 15
|
3918 | ||
|
1
ene 25
|
1282 | ||
v18 Document layout Problem
Resuelto
|
|
2
dic 24
|
2131 | |
|
4
may 24
|
7092 | ||
|
1
jul 23
|
2282 |