Hello,
I created a report and don't want it to have the header space can it be deleted?
If there is any solution may anyone share it please! Waiting for a reply.
Thanks in advance!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello,
I created a report and don't want it to have the header space can it be deleted?
If there is any solution may anyone share it please! Waiting for a reply.
Thanks in advance!
Hello @asma,
Go to your report's paper format and set header_line as False.
if you have not created custom paper format create custom one and set it in your report
like this after that you can set attribute as your need.
<record id="paperformat_custom" model="report.paperformat">
<field name="name">A4 Custom</field>
<field name="default" eval="True"/>
<field name="format">A4</field>
<field name="page_height">0</field>
<field name="page_width">0</field>
<field name="orientation">Portrait</field>
<field name="margin_top">5</field>
<field name="margin_bottom">13</field>
<field name="margin_left">7</field>
<field name="margin_right">7</field>
<field name="header_line" eval="False"/>
<field name="header_spacing">15</field>
<field name="dpi">90</field>
</record>
Thanks! that solved my problem.
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
0
thg 12 18
|
2689 | ||
|
0
thg 9 24
|
3415 | ||
|
1
thg 3 15
|
4943 | ||
|
2
thg 7 23
|
12345 | ||
|
1
thg 12 22
|
2254 |