Odoo modules related to surveys
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.

41 lines
1.3 KiB

  1. #################################################################################
  2. # Author : Kanak Infosystems LLP. (<http://kanakinfosystems.com/>)
  3. # Copyright(c): 2012-Present Kanak Infosystems LLP.
  4. # All Rights Reserved.
  5. #
  6. #
  7. # This program is copyright property of the author mentioned above.
  8. # You can`t redistribute it and/or modify it.
  9. #
  10. #
  11. # You should have received a copy of the License along with this program.
  12. # If not, see <http://kanakinfosystems.com/license>
  13. #################################################################################
  14. {
  15. 'name': "Custom Matrix Survey",
  16. 'version': '1.0',
  17. 'summary': 'This app allows handling of complex survey forms with options like multiple choice questions, custom matrix etc.',
  18. 'description': """
  19. Custom Matrix Survey.
  20. ================================
  21. """,
  22. 'license': 'OPL-1',
  23. 'author': "Kanak Infosystems LLP.",
  24. 'website': "http://www.kanakinfosystems.com",
  25. 'images': ['static/description/banner.jpg'],
  26. 'category': 'Website',
  27. 'depends': ['survey'],
  28. 'data': [
  29. 'security/ir_model_access.xml',
  30. 'templates/matrix.xml',
  31. 'reports/user_input.xml',
  32. 'views/survey_question.xml',
  33. 'views/survey_user_input.xml',
  34. 'views/survey_user_input_line.xml',
  35. ],
  36. 'application': True,
  37. 'price': 49,
  38. 'currency': 'EUR',
  39. }