summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/procurement_monitoring_detail.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/procurement_monitoring_detail.xml')
-rw-r--r--indoteknik_custom/views/procurement_monitoring_detail.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/indoteknik_custom/views/procurement_monitoring_detail.xml b/indoteknik_custom/views/procurement_monitoring_detail.xml
index 8f3827c1..e4939213 100644
--- a/indoteknik_custom/views/procurement_monitoring_detail.xml
+++ b/indoteknik_custom/views/procurement_monitoring_detail.xml
@@ -17,10 +17,11 @@
<field name="po_ids" widget="many2many_tags"/>
<field name="qty_po"/>
<field name="status"
- widget="badge"
- decoration-danger="status == 'harus beli'"
- decoration-success="status == 'cukup'"
+ widget="badge"
+ decoration-danger="status == 'harus beli'"
+ decoration-success="status == 'cukup'"
/>
+ <field name="note" optional="hide"/>
</tree>
</field>
</record>