Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ

I don't want the External Header that appears in all report pages to be displayed in all reports. For some reports I want to show the header and for others its should be hidden. Is there any way to add this functionality in Odoo via XML coding in the addons?
I don't want to comment the xml code under 'External Header' in the Odoo's User interface. I am using Odoo v10. I only want to hide the below section in settings-->general settings-->report configuration

<div class="row">        
    <div class="col-xs-6" name="company_address">           
        <span t-field="company.partner_id" t-field-options="{&quot;widget&quot;: &quot;contact&quot;, &quot;fields&quot;: [&quot;address&quot;, &quot;name&quot;], &quot;no_marker&quot;: true}" style="border-bottom: 1px solid black; display:inline-block;"/>       
    </div>   
</div>

When I try to comment this code from the UI of Odoo , a blank space for the above section is left in the report.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 1 18
4204
2
thg 12 23
59797
0
thg 11 20
2383
1
thg 8 18
12594
1
thg 8 18
9791