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
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
7
Ara 23
|
22219 | ||
|
0
Nis 18
|
6224 | ||
|
3
Oca 17
|
4345 | ||
|
2
Eyl 15
|
5288 | ||
|
1
Haz 22
|
4916 |
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...