From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/website_event_questions/data/event_demo.xml | 8 ++ .../data/event_question_demo.xml | 99 ++++++++++++++++++++++ .../data/event_registration_demo.xml | 41 +++++++++ 3 files changed, 148 insertions(+) create mode 100644 addons/website_event_questions/data/event_demo.xml create mode 100644 addons/website_event_questions/data/event_question_demo.xml create mode 100644 addons/website_event_questions/data/event_registration_demo.xml (limited to 'addons/website_event_questions/data') diff --git a/addons/website_event_questions/data/event_demo.xml b/addons/website_event_questions/data/event_demo.xml new file mode 100644 index 00000000..cd199671 --- /dev/null +++ b/addons/website_event_questions/data/event_demo.xml @@ -0,0 +1,8 @@ + + + + + Europe/Brussels + + + \ No newline at end of file diff --git a/addons/website_event_questions/data/event_question_demo.xml b/addons/website_event_questions/data/event_question_demo.xml new file mode 100644 index 00000000..721bbf40 --- /dev/null +++ b/addons/website_event_questions/data/event_question_demo.xml @@ -0,0 +1,99 @@ + + + + + Participate in Social Event + + + + + Yes + 1 + + + + No + 2 + + + + + + Meal Type + simple_choice + + + + + Mixed + 1 + + + + Vegetarian + 2 + + + + Pastafarian + 3 + + + + Allergies + text_box + + + + + How did you learn about this event? + simple_choice + + + + + Our website + 1 + + + + Commercials + 2 + + + + A friend + 3 + + + + + + Which field are you working in + simple_choice + + + + + Consumers + 1 + + + + Sales + 2 + + + + Research + 3 + + + + How did you hear about us ? + text_box + + + + + diff --git a/addons/website_event_questions/data/event_registration_demo.xml b/addons/website_event_questions/data/event_registration_demo.xml new file mode 100644 index 00000000..f2a10283 --- /dev/null +++ b/addons/website_event_questions/data/event_registration_demo.xml @@ -0,0 +1,41 @@ + + + + + + + + + + Fish +Nuts + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3