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
1.0 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': "Extended Website Contact View",
  10. 'author': "IT IS AG, Odoo Community Association (OCA)",
  11. 'website': "https://github.com/OCA/data-protection",
  12. # Categories can be used to filter modules in modules listing
  13. # Check https://github.com/odoo/odoo/blob/master/openerp/
  14. # addons/base/module/module_data.xml
  15. # for the full list
  16. 'version': '11.0.1.0.0',
  17. 'license': 'AGPL-3',
  18. 'category': 'Data Protection',
  19. 'depends': ['base',
  20. 'contacts',
  21. 'website_crm',
  22. ],
  23. 'data': [
  24. 'views/website_contact.xml',
  25. 'views/res_partner.xml',
  26. 'views/contact_report.xml',
  27. 'data/email_templates.xml',
  28. ],
  29. }