26 lines
856 B
Python
Executable File
26 lines
856 B
Python
Executable File
{
|
|
'name': "Image File Upload In Survey",
|
|
'version': "19.0.1.0.3",
|
|
'category': 'Extra Tools',
|
|
'summary': 'Attachment of Image Files in Survey Form',
|
|
'description': 'This module is used for attachments of image files in Survey Form, '
|
|
'You can also add multiple image file attachment to Survey Form .',
|
|
'author': 'Suherdy Yacob',
|
|
'depends': ['survey'],
|
|
'assets': {
|
|
'survey.survey_assets': [
|
|
'survey_upload_image/static/src/js/survey_form_attachment.js',
|
|
'survey_upload_image/static/src/js/SurveyFormWidget.js',
|
|
],
|
|
},
|
|
'data': [
|
|
'views/survey_question_views.xml',
|
|
'views/survey_user_views.xml',
|
|
'views/survey_templates.xml',
|
|
],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
}
|