Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
8899 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar

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

Publicações relacionadas Respostas Visualizações Atividade
0
abr. 20
2988
3
ago. 18
10715
5
nov. 24
47242
5
ago. 20
15750
1
set. 17
4811