How can I change the font size in all reports?
Which view should I inherit? Is it web.report_layout?
I can't find where font size is set
How can I change the font size in all reports?
Which view should I inherit? Is it web.report_layout?
I can't find where font size is set
Hi,
To change the font size of all reports you need to inherit the report_layout.
You can add the font style for a div with id "wrapwrap" inside the template.
example:
<template id="inherit_report_layout"
inherit_id="web.report_layout"
<xpath expr="//div[@id='wrapwrap']"
position="attributes">
<attribute name="style">font-size:10px;</
</xpath>
</template>
Hope its helpful
Hope it helps
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
2
नव॰ 23
|
6584 | |||
|
2
मार्च 24
|
5418 | |||
|
2
अक्तू॰ 25
|
28733 | |||
|
0
जन॰ 17
|
4953 | |||
|
2
फ़र॰ 26
|
4672 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.