summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-07-23 13:38:29 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-07-23 13:38:29 +0700
commitb75035f28dbb0443d4bacbbabde3b1c0b53b19d1 (patch)
treefc3a4c79afc867d46333418eb33547023bc68e3f
parent55aa0eab16ee399694e0c2dc328aa268b11fcd97 (diff)
<miqdad> change tree view
-rw-r--r--indoteknik_custom/views/tukar_guling_po.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml
index 6116687d..77feb05f 100644
--- a/indoteknik_custom/views/tukar_guling_po.xml
+++ b/indoteknik_custom/views/tukar_guling_po.xml
@@ -24,7 +24,9 @@
<tree create="1" delete="1" default_order="create_date desc">
<field name="name"/>
<field name="date"/>
+ <field name="origin" string="PO Number"/>
<field name="operations" string="Operations"/>
+ <field name="return_type" string="Return Type"/>
<field name="ba_num" string="Nomor BA"/>
<field name="return_type" string="Return Type"/>
<field name="state" widget="badge"
@@ -32,6 +34,7 @@
decoration-success="state == 'done'"
decoration-muted="state == 'cancel'"
/>
+ <field name="date_logistic" string="Approved Date"/>
</tree>
</field>
</record>