diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-03-23 10:28:16 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-03-23 10:28:16 +0700 |
| commit | 236c042be3da32955ac161b6ca6fd31f81d61eab (patch) | |
| tree | e27f7c289d242fd8cc20b00f45e93c8268de54e5 | |
| parent | 38ab7753de04c6ae8e480cd243e831966dc03fb1 (diff) | |
remove unnecessary field in invoice tree
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index af4eaa05..4c99692d 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -34,8 +34,6 @@ <field name="payment_state" position="after"> <field name="invoice_payment_term_id"/> <field name="date_kirim_tukar_faktur"/> - <field name="shipper_faktur_id"/> - <field name="resi_tukar_faktur"/> <field name="date_terima_tukar_faktur"/> </field> </field> |
