diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-12-21 10:55:53 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-12-21 10:55:53 +0700 |
| commit | 8b681ddd7cf2823bdf7cd276500bb6ded9a5ab1e (patch) | |
| tree | b26cb0d76c24956c53949bdea44202d7974f772b /indoteknik_custom/views | |
| parent | 6f46bca1d6483d2d95c95a2d34b0dc9a5e6061f5 (diff) | |
add qty onhand, incoming, and outgoing
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index f1a13615..fcd38677 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -44,6 +44,9 @@ <field name="line_no" attrs="{'readonly': 1}"/> </field> <field name="product_qty" position="before"> + <field name="qty_onhand"/> + <field name="qty_incoming"/> + <field name="qty_outgoing"/> <field name="qty_available"/> </field> </field> |
