1

I'd like to get page number in my report body in Odoo 13 BUT NOT IN THE FOOTER like we can see all over the web.

I tried:

<span class="page"/> / <span class="topage"/>

But got:

enter image description here

Please help me! Regards.

CZoellner
  • 13,553
  • 3
  • 25
  • 38
Beno
  • 518
  • 1
  • 7
  • 22
  • Does this answer your question? [How do I get total pages in wkhtmltopdf body?](https://stackoverflow.com/questions/25784943/how-do-i-get-total-pages-in-wkhtmltopdf-body) – CZoellner Feb 05 '20 at 17:17

1 Answers1

0

Its not a problem within Odoo (or Flectra) but in wkhtmltopdf that does not support this feature. https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1889

headkit
  • 3,307
  • 4
  • 53
  • 99