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.

10 lines
389 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 href="/report_qweb_pdf_watermark/static/src/css/report_qweb_pdf_watermark.css"
  7. rel="stylesheet"/>
  8. </link>
  9. </template>
  10. </odoo>