تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
4790 أدوات العرض

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


الصورة الرمزية
إهمال
أفضل إجابة

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

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
2
نوفمبر 23
4438
2
مارس 24
2183
2
سبتمبر 21
25876
0
يناير 17
3254
1
يونيو 24
2361