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.

18 lines
576 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Mail tracking for Mailgun",
  6. "summary": "Mail tracking and Mailgun webhooks integration",
  7. "version": "8.0.1.0.0",
  8. "category": "Social Network",
  9. "website": "https://odoo-community.org/",
  10. "author": "Tecnativa, "
  11. "Odoo Community Association (OCA)",
  12. "license": "AGPL-3",
  13. "application": False,
  14. "installable": True,
  15. "depends": [
  16. "mail_tracking",
  17. ],
  18. }