Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4616 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
2
Nov 23
4324
2
Mar 24
2024
2
Sep 21
25719
0
Jan 17
3165
1
Jun 24
2236