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.

38 lines
1.2 KiB

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