diff --git a/addons/survey/controllers/main.py b/addons/survey/controllers/main.py index 6025c86e406..d6f23f503d9 100644 --- a/addons/survey/controllers/main.py +++ b/addons/survey/controllers/main.py @@ -284,7 +284,7 @@ class WebsiteSurvey(http.Controller): # Printing routes @http.route(['/survey/print/', '/survey/print//'], - type='http', auth='user', multilang=True, website=True) + type='http', auth='public', multilang=True, website=True) def print_survey(self, survey, token=None, **post): '''Display an survey in printable view; if is set, it will grab the answers of the user_input_id that has .'''