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
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
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;</
        </xpath>
</template>
Hope its helpful
Hope it helps
Create an account today to enjoy exclusive features and engage with our awesome community!
Регистрация| Related Posts | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|  | 2 нояб. 23  | 5086 | ||
|  | 2 мар. 24  | 3194 | ||
|  | 2 окт. 25  | 26683 | ||
|  | 0 янв. 17  | 3807 | ||
|  | 1 июн. 24  | 3079 |