add canelled watermark

This commit is contained in:
MohamedGad100 2025-12-30 16:14:30 +02:00
parent e94c80d431
commit d447c525e1
1 changed files with 0 additions and 23 deletions

View File

@ -3,29 +3,6 @@
<template id="report_sponsorship_receipt_document">
<!-- Standard report container to provide <main> for PDF engine -->
<t t-call="web.html_container">
<style>
.watermark-canceled {
position: absolute !important;
top: 50% !important;
left: 50% !important;
margin-left: -250px !important;
margin-top: -80px !important;
width: 500px !important;
height: 160px !important;
color: #FAD3D4 !important;
font-size: 140px !important;
line-height: 160px !important;
text-align: center !important;
opacity: 0.4 !important;
-webkit-transform: rotate(35deg) !important;
-moz-transform: rotate(35deg) !important;
transform: rotate(35deg) !important;
z-index: 0 !important;
pointer-events: none !important;
font-weight: bold !important;
white-space: nowrap !important;
}
</style>
<!-- Iterate over all sponsorship records passed by ir.actions.report -->
<t t-foreach="docs" t-as="doc">
<!-- Reuse sale order header layout -->