Skip to content

Commit d2e697b

Browse files
Merge pull request OCA#121 from yvaucher/8.0-fix-header-cba-report
8.0 fix header cba report
2 parents d27467a + 90f803e commit d2e697b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

purchase_requisition_bid_selection/report.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<field name="orientation">Landscape</field>
1818
<field name="margin_top">5</field>
1919
<field name="margin_bottom">15</field>
20-
<field name="header_spacing">0</field>
20+
<field name="header_spacing">5</field>
2121
</record>
2222

2323
<record id="action_report_purchase_requisitions" model="ir.actions.report.xml">

purchase_requisition_bid_selection/view/report_purchaserequisition.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<small>
7070
<small>
7171
<table id="bids-info" class="table table-condensed table-bordered" width="100%">
72-
<tbody>
72+
<thead>
7373
<tr>
7474
<t t-foreach="bid_batch" t-as="bid">
7575
<t t-if="bid_first">
@@ -89,6 +89,8 @@
8989
</t>
9090
</t>
9191
</tr>
92+
</thead>
93+
<tbody>
9294
<tr>
9395
<t t-foreach="bid_batch" t-as="bid">
9496
<t t-if="bid_first">

0 commit comments

Comments
 (0)