diff options
| author | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-25 11:06:24 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <it@fixcomart.co.id> | 2025-09-25 11:06:24 +0700 |
| commit | d32684d5d69a76c97ac962e898f3bb58f708fca4 (patch) | |
| tree | 4f29fc1c67ddef10dd9115facabcccc6ec15a04d /indoteknik_custom/views/letter_receivable.xml | |
| parent | 65c0ccd8b6befa65e912e9a0126cf2ef8bdd78d7 (diff) | |
(andri) penambahan perihal penutupan tempo pada surat piutang
Diffstat (limited to 'indoteknik_custom/views/letter_receivable.xml')
| -rw-r--r-- | indoteknik_custom/views/letter_receivable.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/letter_receivable.xml b/indoteknik_custom/views/letter_receivable.xml index 98ea7768..4810909f 100644 --- a/indoteknik_custom/views/letter_receivable.xml +++ b/indoteknik_custom/views/letter_receivable.xml @@ -81,6 +81,7 @@ <field name="tujuan_nama" attrs="{'readonly':[('state','=','sent')]}"/> <field name="tujuan_email" attrs="{'readonly':[('state','=','sent')]}"/> <field name="perihal" attrs="{'readonly':[('state','=','sent')]}"/> + <field name="due_date" attrs="{'invisible': [('perihal', '!=', 'tutup_tempo')]}"/> <field name="partner_id" options="{'no_create': True}" attrs="{'readonly':[('state','=','sent')]}"/> </group> <group> |
