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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Hi,
1. Add your CSS file to report_assets_pdf.
Eg:
<template id="assets_common_l10n_mx_edi" inherit_id="web.report_assets_pdf"> |
Then you can add new styles to that file.
Thank you.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Thank you for your help It's Solved