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 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 description",
  5. "version": "1.0.0",
  6. "summary": """
  7. Edit description fields on surveys and pages
  8. """,
  9. "description": """
  10. This module displays standard HTML fields \"Description\" and \"Thank you message\" on survey and survey pages.
  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_page.xml",
  32. "views/survey_survey.xml",
  33. ],
  34. "css": [],
  35. "images": [],
  36. "js": [],
  37. "test": [],
  38. "demo": [],
  39. "maintainer": "RemiFr82",
  40. }