From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- muk_web_theme/views/res_config_settings_view.xml | 138 +++++++++++++++++++++++ muk_web_theme/views/res_users.xml | 45 ++++++++ 2 files changed, 183 insertions(+) create mode 100644 muk_web_theme/views/res_config_settings_view.xml create mode 100644 muk_web_theme/views/res_users.xml (limited to 'muk_web_theme/views') diff --git a/muk_web_theme/views/res_config_settings_view.xml b/muk_web_theme/views/res_config_settings_view.xml new file mode 100644 index 0000000..7e7f7cf --- /dev/null +++ b/muk_web_theme/views/res_config_settings_view.xml @@ -0,0 +1,138 @@ + + + + + + + + res.config.settings.view.form + res.config.settings + + +
+

Backend Theme

+
+
+
+
+
+ Default Preferences +
+ Set the default theme preferences +
+
+
+
+
+
+
+
+
+
+
+ Favicon + +
+ Set the favicon for the system +
+
+
+ +
+
+
+
+
+
+
+
+ Theme Colors +
+ Set the main theme colors +
+
+
+
+
+
+
+
+
+
+
+ Menu Colors +
+ Set the main menu colors +
+
+
+
+
+
+
+
+
+
+
+ Background Image + +
+ Set the background image for the apps menu +
+
+
+ +
+
+
+
+
+
+
+
+ +
diff --git a/muk_web_theme/views/res_users.xml b/muk_web_theme/views/res_users.xml new file mode 100644 index 0000000..65084e5 --- /dev/null +++ b/muk_web_theme/views/res_users.xml @@ -0,0 +1,45 @@ + + + + + + + + res.users.preferences + res.users + + + + + + + + + + + + + + + + -- cgit v1.2.3