I created a report using the blank template in v14 and am trying to add page numbers to the bottom. I have tried entering in the following code into the basic layout template and the studio customization layout in my report and neither option is displaying the page numbers.
<div t-if="report_type == 'pdf'" class="text-muted">
Page: <span class="page"/> / <span class="topage"/>
</div>
Does anyone know of a way to add page numbers to the blank template in Odoo V14 reports.
try this: https://learnopenerp.blogspot.com/2017/11/how-to-add-page-number-in-qweb-reports.html