hi
in report we can do this:
<div class="footer">
<div class="row">
<span class="page"/> / <span class="topage"/>
...
and it will show page numbering for each page: 1/10, 2/10, 3/10 ... 10/10
where I can find processing these classes? for example, I need that class page to contain digit - 1: 0/10, 1/10, 2/10 ... 9/10
and for class topage the same: 1/9, 2/9, 3/9 ... 10/9
and with both: 0/9, 1/9, 2/9 ... 9/9
how to do this?
How to add page number in Qweb reports in odoo: https://goo.gl/KE96JQ