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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
2
lis 23
|
6425 | |||
|
2
mar 24
|
5210 | |||
|
Odoo 12 - Customize report font size
Rozwiązane
|
2
paź 25
|
28645 | ||
|
0
sty 17
|
4870 | |||
|
2
lut 26
|
4551 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.