You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.0 KiB
40 lines
1.0 KiB
# -*- coding: utf-8 -*-
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Survey input attachment",
|
|
"version": "1.0.0",
|
|
"summary": """
|
|
This module provides a new type of question in surveys, that allows to join a file as answer.
|
|
""",
|
|
"description": """ """,
|
|
"author": "RemiFr82",
|
|
"contributors": "",
|
|
"website": "https://remifr82.me",
|
|
"license": "LGPL-3",
|
|
"category": "Marketing",
|
|
# "price": 0,
|
|
# "currency": "EUR",
|
|
"application": False,
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"pre_init_hook": "",
|
|
"post_init_hook": "",
|
|
"uninstall_hook": "",
|
|
"excludes": [],
|
|
"external_dependencies": [],
|
|
"depends": [
|
|
"survey",
|
|
],
|
|
"data": [
|
|
"templates/upload_file.xml",
|
|
"templates/page.xml",
|
|
"templates/survey_print.xml",
|
|
"views/survey_user_input_line.xml",
|
|
],
|
|
"css": [],
|
|
"images": [],
|
|
"js": [],
|
|
"test": [],
|
|
"demo": [],
|
|
"maintainer": "RemiFr82",
|
|
}
|