Hi Odoo Users,
I want to add signature of the user as default in the left-bottom of all sale orders. I got the code prepared for this, but, I cannot get it in the bottom. For simplicity sake I will use text to convey my problem. The code below (if successfully put in the text otherwise in a comment) is added in the report_saleorder_document. It beautifully shows the text in the perfect spot at the bottom of the page, above the footer, in Studio View, however, the moment I print it, it does not exist. If you remove the 'absolute' and change it to 'relative' it will exist, but not in the correct spot, and it will print too. I also tried adding it to the web.external_layout instead, to try it out, I do not want it on every report, but even there it does not work so it is not that either.
Could someone help me out?
This will stick at the botton no matter what :).
<div>
<p style="position: absolute; bottom: 70px; margin-bottom:0px; left: 0px; width: 100%; text-align: center;">This will stick at the botton no matter what :).</p>
</div>