reporting-engine/report_qweb_pdf_watermark/views/layout_templates.xml

11 lines
401 B
XML
Raw Normal View History

2021-03-23 19:37:36 +00:00
<?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>