Skip to Content
Menú
This question has been flagged
1 Respondre
8905 Vistes

Hello,

I want watermark that is to be displayed on every page of Qweb report.Following is code snippet but I unable to get watermark in every report page please guide for the same.

<template id="report_sla_contract_ac">

     <t t-call="report.external_layout">

             <t t-foreach="docs" t-as="o">

                     <div class="page">

                             <div style="position:absolute;opacity:0.25;z-index:1000;transform:rotate(300deg);-webkit-transform:rotate(300deg);width:150%;">

                                    <p style="font-size:120px;color:orange;">Watermark Text To Display </p>

                            </div>

                    </div>

         </t>

     </t>

</template>

Thanks in advance

Avatar
Descartar
Best Answer

Hello,


Add the code for watermark in header of external layout add div with inline css .

<div style="position:absolute;opacity:0.25;z-index:1000;transform:rotate(300deg);-webkit-transform:rotate(300deg);width:150%;">

<p>WATERMARK</p>  

</div>


I hope you find this helpful.

Avatar
Descartar

I tried it in custom layout. But it truncates the content and showing watermark in all pages. Could you help me!

Related Posts Respostes Vistes Activitat
0
d’abr. 20
2991
3
d’ag. 18
10715
5
de nov. 24
47247
5
d’ag. 20
15751
1
de set. 17
4812