16 lines
532 B
Python
16 lines
532 B
Python
# Copyright 2022 ForgeFlow S.L. (www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Fetchmail Incoming Log Test",
|
|
"version": "15.0.1.0.0",
|
|
"category": "Tools",
|
|
"summary": "Tests for 'fetchmail_incoming_log' module.",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"depends": ["fetchmail_incoming_log", "test_mail"],
|
|
"installable": True,
|
|
"auto_install": True,
|
|
}
|