Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
4816 Näkymät

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
Hylkää
Paras vastaus

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
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
2
marrask. 23
4456
2
maalisk. 24
2207
2
syysk. 21
25884
0
tammik. 17
3262
1
kesäk. 24
2393