diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-05 16:37:53 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-05 16:37:53 +0700 |
| commit | 28a52ae1d849a15d9ee09db837848a40ffa1a11c (patch) | |
| tree | 7d9d71e92bc74e5bf8e3f1d97181c5cbbb34da87 | |
| parent | d37c78617706d6313bf8c40277d56028f0f28a07 (diff) | |
add payment term in invoice customer tree view
| -rw-r--r-- | indoteknik_custom/views/account_move.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 6e52f075..b3e9fb8c 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -20,6 +20,7 @@ <field name="inherit_id" ref="account.view_out_invoice_tree"/> <field name="arch" type="xml"> <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"/> |
