In odoo useful remarks have three useful step-
1- Twitter Bootstrap and FontAwesome classes can be used in your report template
2- Local CSS can be put directly in the template
3- Global CSS can be inserted in the main report layout by inheriting its template and inserting your CSS.
For example see below code
<template id="report_saleorder_style" inherit_id="report.style">
<xpath expr=".">
<t>
example-css-class {
background-color: red;
}
</t>
</xpath>
</template>
Note-If it appears that your PDF report is missing the styles then the remark will not be set
0 Comment(s)