I want to display page number after order line table
Currenly it will display in header and footer of reports but not accessiable in body of qweb report.
Can anyone suggest me how to get current and total page number in odoo body content?
have use below code in body but it will not display page number:
<ul class="list-inline">
<li>Page:</li>
<li><span class="page"/></li>
<li>/</li>
<li><span class="topage"/></li>
</ul>
Updated Image 2-05-2018
https://prnt.sc/jcmi70
I have the same question? do you find any solution for this?