Skip to Content
Menu
This question has been flagged

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 :).



Avatar
Discard
Author

<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>

Related Posts Replies Views Activity
0
Jan 22
20
0
Oct 24
160
0
Aug 24
166
0
Jan 24
738
1
Nov 23
419