We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d27467a + 90f803e commit d2e697bCopy full SHA for d2e697b
purchase_requisition_bid_selection/report.xml
@@ -17,7 +17,7 @@
17
<field name="orientation">Landscape</field>
18
<field name="margin_top">5</field>
19
<field name="margin_bottom">15</field>
20
- <field name="header_spacing">0</field>
+ <field name="header_spacing">5</field>
21
</record>
22
23
<record id="action_report_purchase_requisitions" model="ir.actions.report.xml">
purchase_requisition_bid_selection/view/report_purchaserequisition.xml
@@ -69,7 +69,7 @@
69
<small>
70
71
<table id="bids-info" class="table table-condensed table-bordered" width="100%">
72
- <tbody>
+ <thead>
73
<tr>
74
<t t-foreach="bid_batch" t-as="bid">
75
<t t-if="bid_first">
@@ -89,6 +89,8 @@
89
</t>
90
91
</tr>
92
+ </thead>
93
+ <tbody>
94
95
96
0 commit comments