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.

34 lines
909 B

  1. # -*- coding: utf-8 -*-
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Auto-close survey on deadline',
  5. 'version': '1.0.0',
  6. 'summary': """
  7. The module adds a deadline date on surveys and a checkbox to automatically close them with a planned action.
  8. """,
  9. 'description': """ """,
  10. 'author': 'Sudokeys',
  11. 'website': 'http://www.sudokeys.com',
  12. 'license': 'AGPL-3',
  13. 'category': 'Marketing',
  14. 'depends': [
  15. 'survey',
  16. ],
  17. 'data': [
  18. 'data/ir_cron.xml',
  19. 'data/mail_message_subtype.xml',
  20. 'views/survey_survey.xml',
  21. ],
  22. 'demo': [],
  23. 'auto_install': False,
  24. 'external_dependencies': [],
  25. 'application': False,
  26. 'css': [],
  27. 'images': [],
  28. 'js': [],
  29. 'installable': True,
  30. 'maintainer': 'Sudokeys',
  31. 'pre_init_hook': '',
  32. 'post_init_hook': '',
  33. 'uninstall_hook': '',
  34. }