summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/tukar_guling.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/tukar_guling.xml')
-rw-r--r--indoteknik_custom/views/tukar_guling.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml
index a79f8b55..fa3db0d2 100644
--- a/indoteknik_custom/views/tukar_guling.xml
+++ b/indoteknik_custom/views/tukar_guling.xml
@@ -23,7 +23,7 @@
<field name="arch" type="xml">
<tree create="1" delete="1" default_order="create_date desc">
<field name="name"/>
- <field name="date"/>
+ <field name="partner_id" string="Customer"/>
<field name="origin" string="SO Number"/>
<field name="operations" string="Operations"/>
<field name="return_type" string="Return Type"/>
@@ -33,6 +33,7 @@
decoration-muted="state == 'cancel'"
/>
<field name="ba_num" string="Nomor BA"/>
+ <field name="date"/>
<field name="date_logistic" string="Approved Date"/>
</tree>
</field>