-
- Downloads
[FIX] website_slides_survey: add context to survey_id
Before this commit when user quick create a certification, then it will create record in survey but not with certification equals to True. Due to which it will be excluded from domain and we will not able to find it in survey_id in elearning. With this commit we pass certification equals to true and scoring_type equals to scoring_without_answers in context of survey_id. So now, it will be not excluded in domain('certificate', '=', True) in elearning. Task Id: 2621296 closes odoo/odoo#75318 X-original-commit: 7b2b00e0 Signed-off-by:Thibault Delavallee (tde) <tde@openerp.com>
Please register or sign in to comment