diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/down_payment.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/down_payment.xml b/indoteknik_custom/views/down_payment.xml index 11a0a672..754297b1 100644 --- a/indoteknik_custom/views/down_payment.xml +++ b/indoteknik_custom/views/down_payment.xml @@ -80,6 +80,7 @@ <field name="days_remaining" readonly="1" widget="badge"/> <field name="approved_by" readonly="1"/> <field name="detail_note" attrs="{'readonly': [('status', '=', 'approved')]}"/> + <field name="reason_reject" attrs="{'invisible': [('status', '!=', 'reject')], 'readonly': True}"/> </group> <group> |
