summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2023-11-29 09:14:13 +0700
committerstephanchrst <stephanchrst@gmail.com>2023-11-29 09:14:13 +0700
commitefa53a846a4963518398c77fca2dcac47a353c21 (patch)
treeccb22400f16969e8ac9249efad661a3dc195a8ad
parent5d4cfcb05b85add3bc08a0e161257a69e10550e2 (diff)
add optional hide column
-rw-r--r--indoteknik_custom/views/wati_history.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/wati_history.xml b/indoteknik_custom/views/wati_history.xml
index 6636b960..0b805ac5 100644
--- a/indoteknik_custom/views/wati_history.xml
+++ b/indoteknik_custom/views/wati_history.xml
@@ -7,7 +7,7 @@
<tree>
<field name="date_wati" readonly="1"/>
<field name="ticket_id" readonly="1"/>
- <field name="conversation_id" readonly="1"/>
+ <field name="conversation_id" readonly="1" optional="hide"/>
<field name="sender_name" readonly="1"/>
<field name="wa_id" readonly="1"/>
<field name="text" readonly="1"/>