Skip to Content
Menu
This question has been flagged
1 Reply
5719 Views

I haven't done any modifications to the default footer yet, so it should print out page X of Y, right?  This is the code that is generated currently:

<ul class="list-inline" data-oe-id="182" data-oe-model="ir.ui.view" data-oe-field="arch" data-oe-xpath="/t[1]/div[1]/div[1]/ul[2]"> <li>Page:</li> <li><span class="page"></span></li> <li>/</li> <li><span class="topage"></span></li> </ul>

Why are the "page" and "topage" span classes not printing any values?  I would like to move the page numbers up to the top of the page.  Is there a field that should hold the value?

Avatar
Discard
Best Answer

No, page number in report (QWeb) is generated by javascript. And sometimes wkhtmltopdf doesn't render the javascript corectly.

Avatar
Discard
Author

So . . . no way to add page numbers if using QWeb?

Related Posts Replies Views Activity
2
Jan 25
9634
2
Oct 22
6282
1
Mar 15
10805
1
Mar 15
4594
1
Nov 17
8491