From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../google_drive/views/google_drive_templates.xml | 17 +++ addons/google_drive/views/google_drive_views.xml | 115 +++++++++++++++++++++ .../views/res_config_settings_views.xml | 77 ++++++++++++++ 3 files changed, 209 insertions(+) create mode 100644 addons/google_drive/views/google_drive_templates.xml create mode 100644 addons/google_drive/views/google_drive_views.xml create mode 100644 addons/google_drive/views/res_config_settings_views.xml (limited to 'addons/google_drive/views') diff --git a/addons/google_drive/views/google_drive_templates.xml b/addons/google_drive/views/google_drive_templates.xml new file mode 100644 index 00000000..7a02753a --- /dev/null +++ b/addons/google_drive/views/google_drive_templates.xml @@ -0,0 +1,17 @@ + + + + + + + diff --git a/addons/google_drive/views/google_drive_views.xml b/addons/google_drive/views/google_drive_views.xml new file mode 100644 index 00000000..2879c4e6 --- /dev/null +++ b/addons/google_drive/views/google_drive_views.xml @@ -0,0 +1,115 @@ + + + + + + google_drive.config.tree + google.drive.config + + + + + + + + + + google_drive.config.form + google.drive.config + +
+ + + + + + + +
+
+ + + google.drive.config.kanban + google.drive.config + + + + + + + +
+
+
Template
+
Model
+
Active
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ + + google.drive.config.view.search + google.drive.config + + + + + + + + + + + Templates + google.drive.config + ir.actions.act_window + tree,kanban,form + + + +

+ Add a new template +

+

+ Link your own google drive templates to any record of Odoo. If you have really specific documents you want your collaborator fill in, e.g. Use a spreadsheet to control the quality of your product or review the delivery checklist for each order in a foreign country, ... Its very easy to manage them, link them to Odoo and use them to collaborate with your employees. +

+
+
+ +
diff --git a/addons/google_drive/views/res_config_settings_views.xml b/addons/google_drive/views/res_config_settings_views.xml new file mode 100644 index 00000000..42965daa --- /dev/null +++ b/addons/google_drive/views/res_config_settings_views.xml @@ -0,0 +1,77 @@ + + + + + res.config.settings.view.form.inherit.google.drive + res.config.settings + + +
+
+
+
+ +
+   Refresh token set +
+
+   No refresh token set +
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+ + + google.drive.authorization.wizard + res.config.settings + primary + 2048 + +
+ + Get an authorization code and set it in the field below. + + + + + + +
+
+
+
-- cgit v1.2.3