Hi,
I'm customizing the external_layout_footer but some of the elements text got missed they are going below the visible page. So my doubt is that is there any specific size for the footer section. If its there where is it specified?
Regards,
Rahul
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I'm customizing the external_layout_footer but some of the elements text got missed they are going below the visible page. So my doubt is that is there any specific size for the footer section. If its there where is it specified?
Regards,
Rahul
Its because you need to adjust the paper size format., like increasing or decreasing the page height and width
<field name="page_height">150</field>
<field name="page_width">60</field>
<field name="margin_top">5</field>
<field name="margin_bottom">5</field>
OR
You can check it by : Settings -> Technical -> Reports -> Paperformat:
Adjust above mensioned fields and try printing reports
Hope it will work!!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
mar 19
|
3187 | ||
|
3
cze 24
|
2005 | ||
|
6
cze 24
|
7784 | ||
Header Footer Document Export
Rozwiązane
|
|
1
cze 23
|
2750 | |
|
0
wrz 22
|
2131 |
I got it, it should be adjusted using bottom margin in paper formats.