From 3ea572e1292eca97b193c971091d7d2f7bbb260b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 10:12:39 +0700 Subject: add cleanup wati notification and add some field in manufactures --- indoteknik_custom/views/x_manufactures.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index e51cb6a7..ce00c980 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -22,8 +22,7 @@ - - + @@ -43,7 +42,8 @@ - + + -- cgit v1.2.3 From 861bb64e5a972b8ce9b09d2345dbb6250d041435 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 21 Feb 2023 13:27:16 +0700 Subject: add cleansing wati cron --- indoteknik_custom/views/wati.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 indoteknik_custom/views/wati.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/wati.xml b/indoteknik_custom/views/wati.xml new file mode 100644 index 00000000..fd0306be --- /dev/null +++ b/indoteknik_custom/views/wati.xml @@ -0,0 +1,14 @@ + + + + Wati: Cleansing Notification + 15 + days + -1 + + + model._cleanup() + code + 28 + + -- cgit v1.2.3