-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MERGE] survey, website_slides: implement YAB2B
PURPOSE Implement Yet Another Back2Backs, coming from FP feedback. SPECIFCIATIONS Improve eLearning backend Rework survey menus Add some demo data for certification Clean some code bits Task 2066646 closes odoo#36557 Signed-off-by: Thibault Delavallee (tde) <[email protected]>
- Loading branch information
Showing
13 changed files
with
204 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -300,5 +300,74 @@ | |
<field name="sequence">5</field> | ||
<field name="value">A lot overpriced</field> | ||
</record> | ||
|
||
<record model="survey.user_input" id="survey_vendor_certification_answer_1"> | ||
<field name="survey_id" ref="survey.vendor_certification" /> | ||
<field name="input_type">manually</field> | ||
<field name="partner_id" ref="base.res_partner_address_3"/> | ||
<field name="email">[email protected]</field> | ||
<field name="state">done</field> | ||
<field name="question_ids" eval="[ | ||
ref('vendor_certification_page_1_question_1'), | ||
ref('vendor_certification_page_1_question_2'), | ||
ref('vendor_certification_page_1_question_3'), | ||
ref('vendor_certification_page_1_question_4'), | ||
ref('vendor_certification_page_1_question_5'), | ||
ref('vendor_certification_page_2_question_1'), | ||
ref('vendor_certification_page_2_question_2'), | ||
ref('vendor_certification_page_2_question_3'), | ||
]"/> | ||
</record> | ||
<record model="survey.user_input" id="survey_vendor_certification_answer_2"> | ||
<field name="survey_id" ref="survey.vendor_certification" /> | ||
<field name="input_type">manually</field> | ||
<field name="partner_id" ref="base.res_partner_address_7"/> | ||
<field name="email">[email protected]</field> | ||
<field name="state">done</field> | ||
<field name="question_ids" eval="[ | ||
ref('vendor_certification_page_1_question_1'), | ||
ref('vendor_certification_page_1_question_2'), | ||
ref('vendor_certification_page_1_question_3'), | ||
ref('vendor_certification_page_1_question_4'), | ||
ref('vendor_certification_page_1_question_5'), | ||
ref('vendor_certification_page_2_question_1'), | ||
ref('vendor_certification_page_2_question_2'), | ||
ref('vendor_certification_page_2_question_3'), | ||
]"/> | ||
</record> | ||
<record model="survey.user_input" id="survey_vendor_certification_answer_3"> | ||
<field name="survey_id" ref="survey.vendor_certification" /> | ||
<field name="input_type">manually</field> | ||
<field name="partner_id" ref="base.res_partner_address_15"/> | ||
<field name="email">[email protected]</field> | ||
<field name="state">done</field> | ||
<field name="question_ids" eval="[ | ||
ref('vendor_certification_page_1_question_1'), | ||
ref('vendor_certification_page_1_question_2'), | ||
ref('vendor_certification_page_1_question_3'), | ||
ref('vendor_certification_page_1_question_4'), | ||
ref('vendor_certification_page_1_question_5'), | ||
ref('vendor_certification_page_2_question_1'), | ||
ref('vendor_certification_page_2_question_2'), | ||
ref('vendor_certification_page_2_question_3'), | ||
]"/> | ||
</record> | ||
<record model="survey.user_input" id="survey_vendor_certification_answer_4"> | ||
<field name="survey_id" ref="survey.vendor_certification" /> | ||
<field name="input_type">manually</field> | ||
<field name="partner_id" ref="base.res_partner_address_25"/> | ||
<field name="email">[email protected]</field> | ||
<field name="state">done</field> | ||
<field name="question_ids" eval="[ | ||
ref('vendor_certification_page_1_question_1'), | ||
ref('vendor_certification_page_1_question_2'), | ||
ref('vendor_certification_page_1_question_3'), | ||
ref('vendor_certification_page_1_question_4'), | ||
ref('vendor_certification_page_1_question_5'), | ||
ref('vendor_certification_page_2_question_1'), | ||
ref('vendor_certification_page_2_question_2'), | ||
ref('vendor_certification_page_2_question_3'), | ||
]"/> | ||
</record> | ||
</data> | ||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.