Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4744 Zobrazení

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


Avatar
Zrušit
Nejlepší odpověď

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;</attribute>
        </xpath>

</template>


Hope its helpful


Hope it helps

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
lis 23
4427
2
bře 24
2154
2
zář 21
25856
0
led 17
3235
1
čvn 24
2337