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!
Tilmeld digRelated Posts | Besvarelser | Visninger | Aktivitet | |
---|---|---|---|---|
|
7
dec. 23
|
22194 | ||
|
0
apr. 18
|
6208 | ||
|
3
jan. 17
|
4315 | ||
|
2
sep. 15
|
5274 | ||
|
1
jun. 22
|
4900 |
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...