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
606 B
21 lines
606 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Lorenzo Battistini - Agile Business Group
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Notify bounce emails",
|
|
"summary": "Notify bounce emails to preconfigured addresses",
|
|
"version": "10.0.1.0.2",
|
|
"category": "Mail",
|
|
"website": "https://github.com/OCA/social",
|
|
"author": "Agile Business Group, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"fetchmail",
|
|
],
|
|
"data": [
|
|
"views/fetchmail_view.xml",
|
|
],
|
|
}
|