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.

39 lines
1015 B

1 year ago
1 year ago
  1. # -*- coding: utf-8 -*-
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Survey sent answer ratio",
  5. "version": "1.0.0",
  6. "summary": """
  7. Private links statistics on surveys
  8. """,
  9. "description": """
  10. This module displays percent pies for started and completed statistics about inputs sent by private link in survey form stat-buttons.
  11. """,
  12. "author": "RemiFr82",
  13. "contributors": "Sudokeys",
  14. "website": "https://remifr82.me",
  15. "license": "LGPL-3",
  16. "category": "Marketing",
  17. # "price": 0,
  18. # "currency": "EUR",
  19. "application": False,
  20. "installable": True,
  21. "auto_install": False,
  22. "pre_init_hook": "",
  23. "post_init_hook": "",
  24. "uninstall_hook": "",
  25. "excludes": [],
  26. "external_dependencies": [],
  27. "depends": [
  28. "survey",
  29. ],
  30. "data": [
  31. "views/survey_survey.xml",
  32. ],
  33. "css": [],
  34. "images": [],
  35. "js": [],
  36. "test": [],
  37. "demo": [],
  38. "maintainer": "RemiFr82",
  39. }