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.
36 lines
963 B
36 lines
963 B
# -*- coding: utf-8 -*-
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'Survey input custom',
|
|
'version': '1.0.0',
|
|
'summary': """
|
|
This module allows to customize the survey start button label and the \"Thank you\" page title.
|
|
""",
|
|
'description': """ """,
|
|
'author': 'Sudokeys',
|
|
'website': 'http://www.sudokeys.com',
|
|
'license': 'AGPL-3',
|
|
'category': 'Marketing',
|
|
'depends': [
|
|
'survey_description',
|
|
],
|
|
'data': [
|
|
'templates/layout.xml',
|
|
'templates/page.xml',
|
|
'templates/sfinished.xml',
|
|
'templates/survey_init.xml',
|
|
'views/survey_survey.xml',
|
|
],
|
|
'demo': [],
|
|
'auto_install': False,
|
|
'external_dependencies': [],
|
|
'application': False,
|
|
'css': [],
|
|
'images': [],
|
|
'js': [],
|
|
'installable': True,
|
|
'maintainer': 'Sudokeys',
|
|
'pre_init_hook': '',
|
|
'post_init_hook': '',
|
|
'uninstall_hook': '',
|
|
}
|