Skip to content

Commit

Permalink
Update foodhub_picking_operations/reports/report_picking_operations.xml
Browse files Browse the repository at this point in the history
Co-authored-by: hugues de keyzer <[email protected]>
  • Loading branch information
victor-champonnois and huguesdk authored Dec 16, 2024
1 parent 7b58729 commit 33f3856
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions foodhub_picking_operations/reports/report_picking_operations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<xpath expr="//h1" position="attributes">
<attribute name="t-field">o.origin</attribute>
</xpath>
<xpath expr="//div[@name='div_origin']" position="replace">
<div t-if="o.origin" class="col-auto" name="div_origin">
<strong>Picking:</strong>
<p t-field="o.name"/>
</div>
<xpath expr="//div[@name='div_origin']/strong" position="replace">
<strong>Picking:</strong>
</xpath>
<xpath expr="//div[@name='div_origin']/p" position="attributes">
<attribute name="t-field">o.name</attribute>
</xpath>
<xpath expr="//th[@name='th_product']" position="before">
<th>
Expand Down

0 comments on commit 33f3856

Please sign in to comment.