From 0b5b43646b92298dddcdb7eec1a590d90cadd1e8 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 29 Feb 2024 14:21:05 +0700 Subject: Update feature user activity log with utm source --- indoteknik_custom/views/user_activity_log.xml | 69 ---------------------- .../views/web_logging/user_activity_log.xml | 69 ++++++++++++++++++++++ .../views/web_logging/web_utm_source.xml | 45 ++++++++++++++ 3 files changed, 114 insertions(+), 69 deletions(-) delete mode 100755 indoteknik_custom/views/user_activity_log.xml create mode 100644 indoteknik_custom/views/web_logging/user_activity_log.xml create mode 100644 indoteknik_custom/views/web_logging/web_utm_source.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/user_activity_log.xml b/indoteknik_custom/views/user_activity_log.xml deleted file mode 100755 index 91c14b4d..00000000 --- a/indoteknik_custom/views/user_activity_log.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - user.activity.log.tree - user.activity.log - - - - - - - - - - - - - - - user.activity.log.form - user.activity.log - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
- - - User Activity Log - ir.actions.act_window - user.activity.log - tree,form - - - -
\ No newline at end of file diff --git a/indoteknik_custom/views/web_logging/user_activity_log.xml b/indoteknik_custom/views/web_logging/user_activity_log.xml new file mode 100644 index 00000000..ec6d1fa2 --- /dev/null +++ b/indoteknik_custom/views/web_logging/user_activity_log.xml @@ -0,0 +1,69 @@ + + + + user.activity.log.tree + user.activity.log + + + + + + + + + + + + + + user.activity.log.form + user.activity.log + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + User Activity Log + ir.actions.act_window + user.activity.log + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/web_logging/web_utm_source.xml b/indoteknik_custom/views/web_logging/web_utm_source.xml new file mode 100644 index 00000000..6ffbd95f --- /dev/null +++ b/indoteknik_custom/views/web_logging/web_utm_source.xml @@ -0,0 +1,45 @@ + + + + web.utm.source.tree + web.utm.source + + + + + + + + + + web.utm.source.form + web.utm.source + +
+ + + + + + + + +
+
+
+ + + Web UTM Source + ir.actions.act_window + web.utm.source + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3