server-tools/mail_server_relay_disallowed/__manifest__.py

14 lines
498 B
Python

# Copyright 2020 ForgeFlow, S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Mail Server Relay Disallowed",
"version": "13.0.1.0.0",
"author": "ForgeFlow, Project Expert Team, Odoo Community Association (OCA)",
"contributors": ["Jordi Ballester <jordi.ballester@forgeflow.com>"],
"website": "https://github.com/OCA/server-tools",
"license": "AGPL-3",
"category": "Social Network",
"depends": ["base"],
"installable": True,
}