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
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
7
thg 12 23
|
22208 | ||
|
0
thg 4 18
|
6209 | ||
Include document number in footer
Đã xử lý
|
|
3
thg 1 17
|
4326 | |
|
2
thg 9 15
|
5278 | ||
|
1
thg 6 22
|
4905 |
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...