summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/stock_picking.xml
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2025-12-12 11:20:50 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2025-12-12 11:20:50 +0700
commit080df35099b90ca3c42e07bb0c8b181f123c173e (patch)
tree39253ced94e245fd73a4181aa4bf754156d37d42 /indoteknik_custom/views/stock_picking.xml
parent8996a5b127f4bb3bf8926d23b3e79d25de8ddc76 (diff)
<Miqdad> revisi sales ccm
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
-rw-r--r--indoteknik_custom/views/stock_picking.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index eeb78f3b..7748b652 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -171,7 +171,7 @@
<field name="invoice_status"/>
<field name="is_bu_iu"/>
<field name="is_so_fiktif" readonly="1"/>
- <field name="is_rev_tg" attrs="{'invisible': [('is_rev_tg', '=', False)]}" readonly="1"/>
+ <field name="is_rev_tg" invisible="1" />
<field name="approval_status" attrs="{'invisible': [('is_bu_iu', '=', False)]}"/>
<field name="date_doc_kirim" attrs="{'readonly':[('invoice_status', '=', 'invoiced')]}"/>
<field name="summary_qty_operation"/>
@@ -358,9 +358,13 @@
bg_color="bg-danger"
attrs="{'invisible': [('is_so_fiktif', '=', False)]}"/>
<widget name="web_ribbon"
- title="Revisi SO"
+ title="Administrasi"
bg_color="bg-danger"
attrs="{'invisible': [('is_rev_tg', '=', False)]}"/>
+ <widget name="web_ribbon"
+ title="Perlu Dikirim"
+ bg_color="bg-success"
+ attrs="{'invisible': [('is_rev_tg', '=', True)]}"/>
</xpath>
</field>
</record>