I am creating qweb report and I want to add a image to the background in all pages but I am getting watermark in only the first page. What I have tried:
<div style="position:absolute;text-align:center;z-index:-1;border:0;opacity:0.1;padding-top:50px;">
<img t-att-src="'data:image/png;base64,%s' %o.employee_id.company_id.watermark_img"/>
</div>
Please try this code:
I have found the solution here
Add this code for watermark in header of external layout. Its external id is
report.external_layout_header
:I have added a image stored as a file. If you are going to use a static image I think this is the most appropiate way