summaryrefslogtreecommitdiff
path: root/indoteknik_custom/report
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/report')
-rw-r--r--indoteknik_custom/report/report_picking.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/indoteknik_custom/report/report_picking.xml b/indoteknik_custom/report/report_picking.xml
new file mode 100644
index 00000000..86cad03f
--- /dev/null
+++ b/indoteknik_custom/report/report_picking.xml
@@ -0,0 +1,14 @@
+<odoo>
+ <template id="report_picking_inherit" inherit_id="stock.report_picking">
+ <xpath expr="t/t/t/div/table/thead/tr/th[@name='th_from']" position="before">
+ <th name="th_from" align="left">
+ <strong>OnHand</strong>
+ </th>
+ </xpath>
+ <xpath expr="t/t/t/div/table/tbody/t/t/tr/td[2]" position="after">
+ <td>
+ <span t-field="ml.product_id.qty_available"/>
+ </td>
+ </xpath>
+ </template>
+</odoo>