diff options
| -rw-r--r-- | indoteknik_custom/views/tukar_guling_po.xml | 3 |
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> |
