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.

40 lines
1.0 KiB

  1. # -*- coding: utf-8 -*-
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Survey score message",
  5. "version": "1.0.0",
  6. "summary": """
  7. Add score specific message to survey done page
  8. """,
  9. "description": """
  10. This module adds 2 text fiels on surveys that are displayed according to the succes (or fail) regarding the score.
  11. """,
  12. "author": "RemiFr82",
  13. "contributors": "",
  14. "maintainer": "RemiFr82",
  15. "website": "https://remifr82.me",
  16. "license": "LGPL-3",
  17. "category": "Marketing",
  18. # "price": 0,
  19. # "currency": "EUR",
  20. "application": False,
  21. "installable": True,
  22. "auto_install": False,
  23. "pre_init_hook": "",
  24. "post_init_hook": "",
  25. "uninstall_hook": "",
  26. "excludes": [],
  27. "external_dependencies": [],
  28. "depends": [
  29. "survey",
  30. ],
  31. "data": [
  32. "views/survey_survey.xml",
  33. "views/survey_templates.xml",
  34. ],
  35. "css": [],
  36. "images": [],
  37. "js": [],
  38. "test": [],
  39. "demo": [],
  40. }