summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-11-29 14:39:17 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-11-29 14:39:17 +0700
commite7b7ccfbe3a96f81066845d12d4cc08e0720a715 (patch)
tree8e4900c1c80a5c328ceb9c88234719f5ed4e495f /indoteknik_custom/views
parent8a52457a4d72886a7084a85e24ac2a86fdf89417 (diff)
add email and company in wati history
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/wati_history.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/indoteknik_custom/views/wati_history.xml b/indoteknik_custom/views/wati_history.xml
index 1b9acc92..28698643 100644
--- a/indoteknik_custom/views/wati_history.xml
+++ b/indoteknik_custom/views/wati_history.xml
@@ -11,6 +11,8 @@
<field name="sender_name" readonly="1"/>
<field name="wa_id" readonly="1"/>
<field name="text" readonly="1"/>
+ <field name="email" readonly="1" optional="hide"/>
+ <field name="perusahaan" readonly="1" optional="hide"/>
<field name="last_reply_by" readonly="1" optional="hide"/>
<field name="last_reply_date" readonly="1" optional="hide"/>
<field name="last_reply_text" readonly="1" optional="hide"/>
@@ -57,6 +59,7 @@
<field name="sender_name" readonly="1"/>
<field name="text" readonly="1"/>
<field name="wa_id" readonly="1"/>
+
</group>
<group>
<field name="conversation_id" readonly="1"/>
@@ -70,6 +73,12 @@
<page string="Lines">
<field name="wati_lines"/>
</page>
+ <page string="Others">
+ <group>
+ <field name="email"/>
+ <field name="perusahaan"/>
+ </group>
+ </page>
</notebook>
</sheet>
</form>