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.

37 lines
917 B

  1. # -*- coding: utf-8 -*-
  2. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": "Survey question duplicate",
  5. "version": "1.0.0",
  6. "summary": """
  7. This module adds a \"Copy\" button in question lines on survey page form, only in edit mode.
  8. """,
  9. "description": """ """,
  10. "author": "RemiFr82",
  11. "contributors": "",
  12. "website": "https://remifr82.me",
  13. "license": "LGPL-3",
  14. "category": "Marketing",
  15. # "price": 0,
  16. # "currency": "EUR",
  17. "application": False,
  18. "installable": True,
  19. "auto_install": False,
  20. "pre_init_hook": "",
  21. "post_init_hook": "",
  22. "uninstall_hook": "",
  23. "excludes": [],
  24. "external_dependencies": [],
  25. "depends": [
  26. "survey",
  27. ],
  28. "data": [
  29. "views/survey_page.xml",
  30. ],
  31. "css": [],
  32. "images": [],
  33. "js": [],
  34. "test": [],
  35. "demo": [],
  36. "maintainer": "RemiFr82",
  37. }