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.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 on how to be contacted.
  11. Customer can verifiy his email address with a verification link. Following that the mode of future contact can be chosen and
  12. a GDPR information request can be submitted.
  13. """,
  14. 'author': "IT IS AG, Odoo Community Association (OCA)",
  15. 'website': "https://github.com/OCA/data-protection",
  16. # Categories can be used to filter modules in modules listing
  17. # Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
  18. # for the full list
  19. 'version': '11.0.1.0.0',
  20. 'license': 'AGPL-3',
  21. 'category': 'Data Protection',
  22. 'depends': ['base',
  23. 'contacts',
  24. 'website_crm',
  25. ],
  26. 'data': [
  27. 'views/website_contact.xml',
  28. 'views/res_partner.xml',
  29. 'views/contact_report.xml',
  30. 'data/email_templates.xml',
  31. ],
  32. }