fdce35309e
Co-Authored-By: Jairo Llopis <Yajo@users.noreply.github.com>
21 lines
563 B
Python
21 lines
563 B
Python
# Copyright 2016-2017 LasLabs Inc.
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
'name': 'Mail Outbound Static',
|
|
'summary': 'Allows you to configure the from header for a mail server.',
|
|
'version': '12.0.1.0.0',
|
|
'category': 'Discuss',
|
|
'website': 'https://github.com/OCA/social',
|
|
'author': 'LasLabs, Odoo Community Association (OCA)',
|
|
'license': 'LGPL-3',
|
|
'application': False,
|
|
'installable': True,
|
|
'depends': [
|
|
'base',
|
|
],
|
|
'data': [
|
|
'views/ir_mail_server_view.xml',
|
|
],
|
|
}
|