From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../src/xml/base_automation_error_dialog.xml | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 addons/base_automation/static/src/xml/base_automation_error_dialog.xml (limited to 'addons/base_automation/static/src/xml') diff --git a/addons/base_automation/static/src/xml/base_automation_error_dialog.xml b/addons/base_automation/static/src/xml/base_automation_error_dialog.xml new file mode 100644 index 00000000..e45c5911 --- /dev/null +++ b/addons/base_automation/static/src/xml/base_automation_error_dialog.xml @@ -0,0 +1,36 @@ + + + + + + +

+ The error occurred during the execution of the automated action + "" + (ID: ). +
+

+

+ You can ask an administrator to disable or correct this automated action. +

+

+ You can disable this automated action or edit it to solve the issue.
+ Disabling this automated action will enable you to continue your workflow + but any data created after this could potentially be corrupted, + as you are effectively disabling a customization that may set + important and/or required fields. +

+
+
+ + + + + + +
+
-- cgit v1.2.3