summaryrefslogtreecommitdiff
path: root/indoteknik_custom/report
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-04-17 11:52:04 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-04-17 11:52:04 +0700
commit015ca8f0ae8ecdaaf388ee08420af54a84fb2d0c (patch)
tree6e95bf27732dc9958ab161363a121bd46d68b717 /indoteknik_custom/report
parent719dc824379bff729a97007432ef6871954b0980 (diff)
parent4eb477f655231e39eaacb4453f216692a8355bac (diff)
Merge branch 'release' into staging
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>