Hi!
I am trying to add my custom css to my pdf report (inherited account.report_invoice_document). To link the css file, I add this code in xml file:
<template id="assets_backend" name="invoice assets"When I print my invoice, I cannot see the right layout, according to added classes.
inherit_id="account.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet"
href="/mymodule/static/src/css/account_invoice_report.css"/>
</xpath>
</template>
I have tried the same in v9 and everything is working, but in v8 it doesn't.
Thanks