summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorMqdd <ahmadmiqdad27@gmail.com>2026-01-15 09:36:37 +0700
committerMqdd <ahmadmiqdad27@gmail.com>2026-01-15 09:36:37 +0700
commit3b400df6d9f630c4f20e518126afccf280ff62ac (patch)
treeb97187aa630c36a6a484d7dee0a918cff6c6d3ba /indoteknik_custom/views
parent4e372aad3010db13453b9e332c6f058fc8375a99 (diff)
<Miqdad> fix mail activity nyangkut
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/gudang_service.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/indoteknik_custom/views/gudang_service.xml b/indoteknik_custom/views/gudang_service.xml
index a4150452..7fc7109b 100644
--- a/indoteknik_custom/views/gudang_service.xml
+++ b/indoteknik_custom/views/gudang_service.xml
@@ -12,7 +12,7 @@
decoration-bf="remaining_date &gt; 7"
> -->
<tree string="Monitoring Gudang Service"
- decoration-info="state == 'draft'" decoration-warning="state == 'onprogress'"
+ decoration-info="state == 'draft'" decoration-danger="state == 'onprogress'"
decoration-success="state == 'done'" decoration-muted="state == 'cancel'"
>
<field name="name"/>
@@ -20,7 +20,7 @@
<field name="origin"/>
<field name="date"/>
<field name="remaining_date"/>
- <field name="state" widget="badge" decoration-info="state in ('draft')" decoration-warning="state == 'onprogress'"
+ <field name="state" widget="badge" decoration-info="state in ('draft')" decoration-danger="state == 'onprogress'"
decoration-success="state == 'done'" decoration-muted="state == 'cancel'" />
<!-- <field name="picking_id"/> -->
</tree>
@@ -76,6 +76,10 @@
</page>
</notebook>
</sheet>
+ <div class="oe_chatter">
+ <field name="message_follower_ids" widget="mail_followers"/>
+ <field name="message_ids" widget="mail_thread"/>
+ </div>
</form>
</field>
</record>
@@ -90,7 +94,7 @@
<menuitem
id="menu_gudang_service"
name="Gudang Service"
- parent="sale.sale_order_menu"
+ parent="indoteknik_custom.menu_monitoring_in_sale"
sequence="10"
action="action_gudang_service"
/>