From 10e9cb6c1551b78cc4b74ce3a5ffef3b2fd64979 Mon Sep 17 00:00:00 2001 From: Quentin Mondot Date: Wed, 18 Feb 2026 17:58:54 +0100 Subject: [PATCH] [IMP] survey_extra_fields : description is more detailed --- survey_extra_fields/__manifest__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/survey_extra_fields/__manifest__.py b/survey_extra_fields/__manifest__.py index fc5e1a6..77339c2 100644 --- a/survey_extra_fields/__manifest__.py +++ b/survey_extra_fields/__manifest__.py @@ -7,6 +7,11 @@ Add extra question types to surveys: ---------------------------------------------------- * File upload question type + - Allows survey participants to upload a file as an answer + - Configurable maximum file size (in MB) per question (default: 10 MB, 0 = no limit) + - Configurable allowed file extensions per question (e.g. .pdf,.docx — empty = all types allowed) + - Client-side validation (size and extension) before form submission + - Server-side validation on save to enforce constraints """, "version": "16.0.1.0.0", "license": "AGPL-3",