odoo/addons/survey
Richard Mathot f9376905cc [FIX] survey: avoid navigation crash
If a survey has "allow users to go back" option enabled, users can go back to previous pages and change their answers before submitting the whole survey.

This commit fixes the very special case, when the user reaches the last page of the survey, then click on "Previous" button, then reopen the survey from the invitation URL (/survey/fill/<survey_id>/<token> without the /prev flag in the URL). This won't crash anymore.

This commit fixes #2658 and #2680.
2015-01-16 17:24:15 +01:00
..
controllers [FIX] survey: avoid navigation crash 2015-01-16 17:24:15 +01:00
data [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
i18n [I18N] Update translations from Launchpad 8.0 branches 2014-11-19 17:49:12 +01:00
security [FIX] survey: security rules mess with xmlids 2014-06-11 11:47:55 +02:00
static/src [FIX] survey: prefill glitch 2015-01-16 17:24:14 +01:00
test [FIX] remove deprecated checks/fast_suite test attributes from standard modules 2015-01-15 14:31:40 +01:00
views [FIX] survey: typo in domain 2014-09-18 13:50:20 +02:00
wizard [FIX] survey: Was browsing a browse record, useless and traceback... https://github.com/odoo/odoo/issues/2383 2014-11-25 15:06:59 +01:00
__init__.py [REF] Bye bye vim 2014-03-03 14:38:14 +01:00
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
survey.py [FIX] survey: typo, quizz to quiz 2015-01-08 13:14:06 +01:00