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.

43 lines
1.3 KiB

  1. ###################################################################
  2. #
  3. # IT IS AG, software solutions: http://www.itis.de
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. #
  6. ###################################################################
  7. {
  8. 'name': "Website Contact Form Extend",
  9. 'summary': """
  10. Extended Website Contact View to give Customer the option
  11. on how to be contacted.
  12. Customer can verifiy his email address with a verification link.
  13. Following that the mode of future contact can be chosen and
  14. a GDPR information request can be submitted.
  15. """,
  16. 'author': "IT IS AG, Odoo Community Association (OCA)",
  17. 'website': "https://github.com/OCA/data-protection",
  18. # Categories can be used to filter modules in modules listing
  19. # Check https://github.com/odoo/odoo/blob/master/openerp/
  20. # addons/base/module/module_data.xml
  21. # for the full list
  22. 'version': '11.0.1.0.0',
  23. 'license': 'AGPL-3',
  24. 'category': 'Data Protection',
  25. 'depends': ['base',
  26. 'contacts',
  27. 'website_crm',
  28. ],
  29. 'data': [
  30. 'views/website_contact.xml',
  31. 'views/res_partner.xml',
  32. 'views/contact_report.xml',
  33. 'data/email_templates.xml',
  34. ],
  35. }