Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
509 Ansichten

Hi.

How to add watermark in many pages of a report  - odoo 17
all what I have already tried stick the watermark on the first page only.

I need it to be automaticaly repeated based on pages number - and also to content to be based on the document state.

Avatar
Verwerfen
Beste Antwort

Hi Jonathankabre1, 

<div style="opacity:0.15; font-size:100px; text-align:center; position:fixed; top:600px; right:100px; z-index:99; transform:rotate(-30deg);">

    <img t-if="doc.company_id.logo"

         t-att-src="image_data_uri(doc.company_id.logo)"

         style="max-width:80%; max-height:140pt; min-width:80%; min-height:50pt;"

         alt="Logo"/>

</div>


Try this 


Hope this helps.

Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Okt. 24
1759
4
Nov. 24
8208
2
Juli 19
8962
2
Juli 25
2479
1
März 25
1876