diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-16 08:30:48 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-16 08:30:48 +0700 |
| commit | 0b6109930666039ed8e12569b6a9de7cbb4ea216 (patch) | |
| tree | 9c5cd576838b827586a3676cd83cd7c56b74f44a | |
| parent | 5ed938e0386e64733b90d8a4b08b0a0a5b4bc00e (diff) | |
<miqdad> change view
| -rw-r--r-- | indoteknik_custom/views/tukar_guling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index b3fae602..1556adcb 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -83,6 +83,7 @@ <group> <group> <field name="date" string="Date" readonly="1"/> + <field name="return_type"/> <field name="in_num" string="BU/In" attrs="{ 'invisible': [('return_type', 'not in', ['debit_memo', 'revisi_po', 'tukar_guling'])], @@ -94,10 +95,9 @@ 'invisible': [('return_type', 'not in', ['revisi_so', 'credit_memo', 'tukar_guling'])], 'required': [('return_type', 'in', ['revisi_so', 'credit_memo'])] }"/> - <field name="ba_num" string="Nomor BA"/> </group> <group> - <field name="return_type"/> + <field name="ba_num" string="Nomor BA"/> <field name="notes"/> <!-- <field name="state" readonly="1"/>--> </group> |
