[WIP]survey_dropdown_choice
This commit is contained in:
29
survey_dropdown_choice/__manifest__.py
Normal file
29
survey_dropdown_choice/__manifest__.py
Normal file
@@ -0,0 +1,29 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "Survey dropdown choice",
|
||||
"summary": "Display a 'simple choice' question as a searchable dropdown instead of radio buttons",
|
||||
"description": """
|
||||
Adds an option on 'Multiple choice: only one answer' questions to render the
|
||||
suggested answers as a searchable dropdown. While taking the survey, the
|
||||
respondent can type in the input to filter the visible options, which is much
|
||||
more convenient than scrolling through a long radio-button list.
|
||||
""",
|
||||
"version": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Elabore",
|
||||
"website": "https://www.elabore.coop",
|
||||
"category": "Marketing/Surveys",
|
||||
"depends": ["survey"],
|
||||
"data": [
|
||||
"views/survey_question_views.xml",
|
||||
"views/survey_templates.xml",
|
||||
],
|
||||
"assets": {
|
||||
"survey.survey_assets": [
|
||||
"survey_dropdown_choice/static/src/scss/survey_dropdown_choice.scss",
|
||||
"survey_dropdown_choice/static/src/js/survey_dropdown_choice.js",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user