I need to define my own headers and footers for invoice reports in Odoo, but I'm having a problem that they just don't fit. The footer gets cut off (the bottom-most content is not visible) and the header overlaps with the body (div class="page") content. Is there any way to increase the space that is left for the header/footer? The page format header spacing seems to define the space BETWEEN the header and body and setting:
<div class="header" style="height: 30%">
<div class="page" style="height: 40%">
<div class="footer" style="height: 30%">
Seems to do f.all no matter what percentages I use. Any ideas?