diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 13:57:34 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-04 13:57:34 +0700 |
| commit | 216fe79c11dace298b260be946f14a3af5b5a929 (patch) | |
| tree | a927f5b2785ffb4e0413c8be653f38662f68bfea /indoteknik_custom/views/down_payment.xml | |
| parent | 8ecb66beff5da35886d821d373e9a5dd7fe5396b (diff) | |
(andri) add field approved by
Diffstat (limited to 'indoteknik_custom/views/down_payment.xml')
| -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 3c8d007e..11a0a672 100644 --- a/indoteknik_custom/views/down_payment.xml +++ b/indoteknik_custom/views/down_payment.xml @@ -78,6 +78,7 @@ <field name="date_back_to_office"/> <field name="estimated_return_date" readonly="1" widget="badge"/> <field name="days_remaining" readonly="1" widget="badge"/> + <field name="approved_by" readonly="1"/> <field name="detail_note" attrs="{'readonly': [('status', '=', 'approved')]}"/> </group> |
