Hi,
I'd like to get number of page elsewhere than footer but I still get "Page N° / " and don't get any number of page.
How are they managed, how am I supposed to do to get this number?
Please help me.
Best regards.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I'd like to get number of page elsewhere than footer but I still get "Page N° / " and don't get any number of page.
How are they managed, how am I supposed to do to get this number?
Please help me.
Best regards.
Hello, you can add:
<div class="footer text-center">
Pagina
<span class="page"/>
di
<span class="topage"/>
</div>
Hello, thank you but that doesn't work... "Page N° / " is not shown anymore..
Add this dependency in the manifest :
'report_qweb_element_page_visibility', # OCA reporting-engine
What is it? I have to install a specific module? 'report_qweb_element_page_visibility' doesn't exist in my database
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
7
dic 23
|
22191 | ||
|
0
abr 18
|
6207 | ||
Include document number in footer
Resuelto
|
|
3
ene 17
|
4315 | |
|
2
sept 15
|
5273 | ||
|
1
jun 22
|
4899 |
Pagination in odoo reports: https://learnopenerp.blogspot.com/2017/11/how-to-add-page-number-in-qweb-reports.html
Thanks but that doesn't work...