Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-champonnois committed Dec 16, 2024
1 parent 61f6913 commit cc50ea3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions foodhub_picking/reports/report_picking.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="report_picking" inherit_id="stock.report_picking">
<xpath expr="//div[@name='div_origin']/strong" position="replace">
<xpath expr="//div[@name='div_origin']/strong" position="before">
<strong>Picking:</strong>
</xpath>
<xpath expr="//div[@name='div_origin']/strong[2]" position="attributes">
<attribute name="class">invisible</attribute>
</xpath>
<xpath expr="//div[@name='div_origin']/p" position="attributes">
<attribute name="t-field">o.name</attribute>
</xpath>
Expand All @@ -24,6 +27,5 @@
<span t-field="ml.product_category_name" />
</td>
</xpath>

</template>
</odoo>

0 comments on commit cc50ea3

Please sign in to comment.