bemade-addons/mail_loop_prevention/__manifest__.py
2025-10-07 10:06:10 -04:00

17 lines
484 B
Python

# Copyright 2025 DurPro
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Mail Loop Prevention",
"summary": "Prevent auto-reply communication loops between mail servers",
"version": "17.0.1.0.0",
"license": "LGPL-3",
"author": "Bemade Inc",
"website": "https://github.com/durpro/durpro",
"depends": ["mail"],
"data": [
"views/res_config_settings_views.xml",
],
"installable": True,
"application": False,
}