I have inherited the `account.report_invoice_document` and added a footer after the
<div class="page">
...........................
.............................
............................
</div>
<div class="footer">
............................
</div>
But in the report, the footer is missing. How to add custom footer in invoice reports made of Qweb in Odoo?