From 5d4cfcb05b85add3bc08a0e161257a69e10550e2 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 29 Nov 2023 09:12:10 +0700 Subject: history of wati --- indoteknik_custom/views/wati_history.xml | 85 ++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 indoteknik_custom/views/wati_history.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/wati_history.xml b/indoteknik_custom/views/wati_history.xml new file mode 100644 index 00000000..6636b960 --- /dev/null +++ b/indoteknik_custom/views/wati_history.xml @@ -0,0 +1,85 @@ + + + + wati.history.tree + wati.history + + + + + + + + + + + + + + wati.history.line.tree + wati.history.line + + + + + + + + + + + + + + + + + + + + + + + wati.history.form + wati.history + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + Wati History + ir.actions.act_window + wati.history + tree,form + + + + + \ No newline at end of file -- cgit v1.2.3 From efa53a846a4963518398c77fca2dcac47a353c21 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 29 Nov 2023 09:14:13 +0700 Subject: add optional hide column --- indoteknik_custom/views/wati_history.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') 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 @@ - + -- cgit v1.2.3 From 3327fbccee4c6c95df325b515a7a42b6f937d381 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 29 Nov 2023 12:10:14 +0700 Subject: add expired date on wati --- indoteknik_custom/views/wati_history.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/wati_history.xml b/indoteknik_custom/views/wati_history.xml index 0b805ac5..1b9acc92 100644 --- a/indoteknik_custom/views/wati_history.xml +++ b/indoteknik_custom/views/wati_history.xml @@ -11,6 +11,10 @@ + + + + @@ -52,10 +56,14 @@ + - + + + + @@ -68,10 +76,24 @@ + + wati.history.list.select + wati.history + + + + + + + + + + Wati History ir.actions.act_window wati.history + tree,form -- cgit v1.2.3 From e7b7ccfbe3a96f81066845d12d4cc08e0720a715 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 29 Nov 2023 14:39:17 +0700 Subject: add email and company in wati history --- indoteknik_custom/views/wati_history.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'indoteknik_custom/views') 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 @@ + + @@ -57,6 +59,7 @@ + @@ -70,6 +73,12 @@ + + + + + + -- cgit v1.2.3