diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-11-18 17:25:56 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-11-18 17:25:56 +0700 |
| commit | 5d29ddf74f982a686b6dfec2381162a0c5ed4c7c (patch) | |
| tree | e8b635a44eeca69501610cd55d30724b73f07eb9 /indoteknik_custom/views | |
| parent | d15f7df65c95f41f12fb72795f0b1360bde115c0 (diff) | |
add qty available in po line
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 128f2413..f1a13615 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -43,6 +43,9 @@ <field name="product_id" position="before"> <field name="line_no" attrs="{'readonly': 1}"/> </field> + <field name="product_qty" position="before"> + <field name="qty_available"/> + </field> </field> </record> </data> |
