summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-10-30 10:09:00 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-10-30 10:09:00 +0700
commit099bec753a310ec83ea3562a78c304dffb6d50d8 (patch)
tree5e5e76c032c199a79a0d191699ea6a00725ea029 /indoteknik_custom/views
parentb35a287e6c431375458d47407f28ccb3978d0194 (diff)
mark partial delivery and delivery status
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/stock_picking.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 44ab6355..050fc819 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -226,6 +226,10 @@
<group>
<group>
<field name="notee"/>
+ <field name="qty_yang_mau_dikirim"/>
+ <field name="qty_terkirim"/>
+ <field name="qty_gantung"/>
+ <field name="delivery_status"/>
<field name="note_logistic"/>
<field name="note_info"/>
<field name="responsible"/>
@@ -394,6 +398,8 @@
decoration-danger="qty_done&gt;product_uom_qty and state!='done' and parent.picking_type_code != 'incoming'"
decoration-success="qty_done==product_uom_qty and state!='done' and not result_package_id">
<field name="note" placeholder="Add a note here"/>
+ <field name="outstanding_qty"/>
+ <field name="delivery_status" widget="badge" options="{'colors': {'full': 'success', 'partial': 'warning', 'partial_final': 'danger'}}"/>
</tree>
</field>
</record>