Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4764 Lượt xem

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


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 11 23
4435
2
thg 3 24
2167
2
thg 9 21
25866
0
thg 1 17
3241
1
thg 6 24
2347