We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2eab5c commit d9e53b9Copy full SHA for d9e53b9
1 file changed
purchase_requisition_line_description/report/purchase_requisition_report.xml
@@ -4,7 +4,10 @@
4
name="Purchase Requisition"
5
inherit_id="purchase_requisition.report_purchaserequisitions"
6
>
7
- <xpath expr="//t[@t-if='o.line_ids']/table//th[1]" position="replace">
+ <xpath expr="//t[@t-if='o.line_ids']/table//th[1]" position="attributes">
8
+ <attribute name="t-if">False</attribute>
9
+ </xpath>
10
+ <xpath expr="//t[@t-if='o.line_ids']/table//th[1]" position="after">
11
<th><strong>Product</strong></th>
12
<th><strong>Description</strong></th>
13
</xpath>
0 commit comments