add canelled watermark
This commit is contained in:
parent
e94c80d431
commit
d447c525e1
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue