mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 02:32:05 +00:00
13 lines
429 B
XML
13 lines
429 B
XML
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<flectra>
|
||
|
<!-- Include fix for https://github.com/flectra/flectra/issues/16610 -->
|
||
|
<template id="assets_pdf" inherit_id="web.report_assets_pdf">
|
||
|
<link position="after">
|
||
|
<link
|
||
|
href="/report_qweb_pdf_watermark/static/src/css/report_qweb_pdf_watermark.css"
|
||
|
rel="stylesheet"
|
||
|
/>
|
||
|
</link>
|
||
|
</template>
|
||
|
</flectra>
|