social/mail_tracking_mailgun/__manifest__.py

19 lines
577 B
Python
Raw Normal View History

2016-07-15 13:41:49 +02:00
# -*- coding: utf-8 -*-
# Copyright 2016 Antonio Espinosa <antonio.espinosa@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Mail tracking for Mailgun",
"summary": "Mail tracking and Mailgun webhooks integration",
2016-09-13 10:51:48 +02:00
"version": "9.0.1.0.0",
2016-07-15 13:41:49 +02:00
"category": "Social Network",
"website": "https://odoo-community.org/",
"author": "Tecnativa, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
2016-10-06 16:08:38 +02:00
'installable': False,
2016-07-15 13:41:49 +02:00
"depends": [
"mail_tracking",
],
}