diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-18 13:32:05 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-06-18 13:32:05 +0700 |
| commit | d1ff4bd35deac6c17a17e97f0904f67e113c5add (patch) | |
| tree | 16cc13d381b45bd0174f1ee8dd393b60f89aa8f4 /indoteknik_custom/views/tukar_guling_po.xml | |
| parent | fe8c7bf1903242610d99381b5109506294648d10 (diff) | |
<miqdad> revisi, fetch item from bu out in tukar guling line
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'])] |
