mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 10:42:07 +00:00
11 lines
401 B
XML
11 lines
401 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>
|