You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
417 B
12 lines
417 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Include fix for https://github.com/odoo/odoo/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>
|
|
</odoo>
|