-
- Downloads
[REF] survey: add a "_mark_done" method to improve answers state management
As other modules than survey (namely hr_skills) now need a hook to add specific
behavior when a survey answer is marked as 'done', we removed the '_send_certification'
method and replaced it with a '_mark_done' method.
It will make it easier to override this method as it has a more generic meaning.
closes odoo/odoo#32880
Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/hr_skills_survey/models/survey_user.py 5 additions, 4 deletionsaddons/hr_skills_survey/models/survey_user.py
- addons/survey/controllers/main.py 3 additions, 5 deletionsaddons/survey/controllers/main.py
- addons/survey/models/survey_user.py 5 additions, 2 deletionsaddons/survey/models/survey_user.py
Loading
Please register or sign in to comment