[ADD] Prioritize background transparency

This commit is contained in:
Stefan Rijnhart
2017-04-24 19:36:34 +02:00
committed by fshah
parent ab7de7a93c
commit 3df036f31e
4 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<!-- Include fix for https://github.com/odoo/odoo/issues/16610 -->
<template id="assets_pdf" inherit_id="report.assets_pdf">
<link position="after">
<link href="/report_qweb_pdf_watermark/static/src/css/report_qweb_pdf_watermark.css"
rel="stylesheet"/>
</link>
</template>
</odoo>