OCA reporting engine fork for dev and update.
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

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <odoo>
  3. <!-- Include fix for https://github.com/odoo/odoo/issues/16610 -->
  4. <template id="assets_pdf" inherit_id="web.report_assets_pdf">
  5. <link position="after">
  6. <link
  7. href="/report_qweb_pdf_watermark/static/src/css/report_qweb_pdf_watermark.css"
  8. rel="stylesheet"
  9. />
  10. </link>
  11. </template>
  12. </odoo>