diff options
Diffstat (limited to 'indoteknik_custom/views/tukar_guling_po.xml')
| -rw-r--r-- | indoteknik_custom/views/tukar_guling_po.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml index 3ad269ee..76d85904 100644 --- a/indoteknik_custom/views/tukar_guling_po.xml +++ b/indoteknik_custom/views/tukar_guling_po.xml @@ -36,7 +36,7 @@ <tree create="1" delete="1" default_order="create_date desc"> <field name="name"/> <field name="date"/> - <field name="out_num" string="BU/Out"/> + <field name="operations" string="BU/Out"/> <field name="ba_num" string="Nomor BA"/> <field name="return_type" string="Return Type"/> <field name="state" widget="badge" @@ -83,7 +83,7 @@ <group> <field name="date" string="Date" readonly="1"/> <field name="return_type"/> - <field name="out_num" string="BU/Out" + <field name="operations" string="BU/Out" attrs="{ 'invisible': [('return_type', 'not in', ['revisi_po', 'debit_memo', 'tukar_guling'])], 'required': [('return_type', 'in', ['revisi_po', 'debit_memo'])] |
