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.

21 lines
658 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016-2017 Compassion CH (http://www.compassion.ch)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Mass Mailing with SendGrid',
  6. 'version': '10.0.1.0.1',
  7. 'category': 'Social Network',
  8. 'author': 'Compassion CH, Odoo Community Association (OCA)',
  9. 'license': 'AGPL-3',
  10. 'website': 'https://github.com/OCA/social',
  11. 'depends': ['mail_sendgrid', 'mail_tracking_mass_mailing'],
  12. 'data': [
  13. 'views/mass_mailing_view.xml'
  14. ],
  15. 'demo': [],
  16. 'installable': True,
  17. 'auto_install': True,
  18. 'external_dependencies': {
  19. 'python': ['sendgrid'],
  20. },
  21. }