diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-04-11 18:47:48 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-04-11 18:47:48 +0700 |
| commit | c29187f2e1be3bed90ab8f4eece5bbc087861522 (patch) | |
| tree | 420ac8bd6473e77f6ac17b303f896d45b4abb1d1 /indoteknik_custom/views | |
| parent | 4e1b9b2ab230e24e594008340690c69c35b42037 (diff) | |
add suggestion while sync so to po
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index fb85f4c1..eb5267e0 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -46,10 +46,8 @@ <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 name="qty_available_store"/> + <field name="suggest"/> </field> <page name="purchase_delivery_invoice" position="after"> <page name="purchase_vendor_bills" string="Vendor Bills" groups="indoteknik_custom.technical_administrator"> |
