2019-05-24 12:42:58 +02:00
|
|
|
# Copyright 2016-2017 LasLabs Inc.
|
|
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
|
|
|
|
{
|
2020-06-30 16:21:11 +02:00
|
|
|
"name": "Mail Outbound Static",
|
|
|
|
"summary": "Allows you to configure the from header for a mail server.",
|
2020-12-07 04:54:55 +01:00
|
|
|
"version": "14.0.1.0.0",
|
2020-06-30 16:21:11 +02:00
|
|
|
"category": "Discuss",
|
|
|
|
"website": "https://github.com/OCA/social",
|
|
|
|
"author": "brain-tec AG, LasLabs, Odoo Community Association (OCA)",
|
|
|
|
"license": "LGPL-3",
|
|
|
|
"application": False,
|
|
|
|
"installable": True,
|
|
|
|
"depends": ["base"],
|
|
|
|
"data": ["views/ir_mail_server_view.xml"],
|
2019-05-24 12:42:58 +02:00
|
|
|
}
|