Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
4 Antwoorden
7369 Weergaven

I'm trying to insert a CSS style in the XML report template and from the .css file in static, but I can not make it work.

You have some explicit manual that explains step by step how to do such things.

Greetings and thank you very much for your help

Avatar
Annuleer

Thank you for your help It's Solved

Beste antwoord

Hi,

1. Add your CSS file to report_assets_pdf.

Eg:

<template id="assets_common_l10n_mx_edi" inherit_id="web.report_assets_pdf">
<xpath expr="." position="inside">
<link href="/l10n_mx_edi/static/src/less/report.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>

Then you can add new styles to that file.

Thank you.

Avatar
Annuleer