diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-21 08:36:46 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-06-21 08:36:46 +0700 |
| commit | 6d82a7a763ceecc59b4fe3510fcb011bf6fec334 (patch) | |
| tree | 4abd385d16179abf7e5625ec73b5588f0eabf825 /indoteknik_custom/views | |
| parent | 2b43db2108a45e7694cda2e0be94d30cc6570a9a (diff) | |
Add note on sale monitoring detail
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_monitoring_detail.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_monitoring_detail.xml b/indoteknik_custom/views/sale_monitoring_detail.xml index 824e65e8..ce5b8e9b 100755 --- a/indoteknik_custom/views/sale_monitoring_detail.xml +++ b/indoteknik_custom/views/sale_monitoring_detail.xml @@ -23,6 +23,7 @@ decoration-success="status == 'Siap kirim'" decoration-info="status == 'Delivered' or status == 'Invoiced'" /> + <field name="note" optional="hide"/> </tree> </field> </record> @@ -46,6 +47,7 @@ decoration-success="status == 'Siap kirim'" decoration-info="status == 'Delivered' or status == 'Invoiced'" /> + <field name="note"/> </group> <group> <field name="qty_so"/> |
