I am trying to put 'Invoiced by' text on the top of the Footer in custom Invoice Report,
but as I define "footer" class there is always a horizontal line no matter what I do:
<div class="footer">
<span>Invoiced: </span>
<span t-field="o.user_id"/>
...
</div>
I couldn't find class 'footer' definition in CSS or else where, to remove the line.
I've tried to inherit original footer and create a new one, the same result,
What else could be done? (using Odoo v8, wkhtmltopdf v0.12.2.1