Skip to Content
Menu
This question has been flagged
1 Atsakyti
4623 Rodiniai

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


Portretas
Atmesti
Best Answer

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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
lapkr. 23
4333
2
kov. 24
2031
2
rugs. 21
25727
0
saus. 17
3168
1
birž. 24
2241