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:
Please help me! Regards.
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:
Please help me! Regards.
Its not a problem within Odoo (or Flectra) but in wkhtmltopdf that does not support this feature. https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1889