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!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
7
dec 23
|
22189 | ||
|
0
apr 18
|
6203 | ||
|
3
jan 17
|
4314 | ||
|
2
sep 15
|
5272 | ||
|
1
jún 22
|
4897 |
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...