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.
28 lines
906 B
28 lines
906 B
# -*- coding: utf-8 -*-
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': "Survey custom matrix",
|
|
'version': '1.0',
|
|
'summary': 'This app allows handling of complex survey forms with options like multiple choice questions, custom matrix etc.',
|
|
'description': """
|
|
Custom Matrix Survey.
|
|
================================
|
|
""",
|
|
'license': 'OPL-1',
|
|
'author': "Kanak Infosystems LLP.",
|
|
'website': "http://www.kanakinfosystems.com",
|
|
'images': ['static/description/banner.jpg'],
|
|
'category': 'Website',
|
|
'depends': ['survey'],
|
|
'data': [
|
|
'security/ir_model_access.xml',
|
|
'templates/matrix.xml',
|
|
'reports/user_input.xml',
|
|
'views/survey_question.xml',
|
|
'views/survey_user_input.xml',
|
|
'views/survey_user_input_line.xml',
|
|
],
|
|
'application': True,
|
|
# 'price': 49,
|
|
# 'currency': 'EUR',
|
|
}
|