Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4737 Vizualizări

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


Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
2
nov. 23
4424
2
mar. 24
2148
2
sept. 21
25852
0
ian. 17
3232
1
iun. 24
2330