mirror of https://github.com/OCA/web.git
17 lines
545 B
Python
17 lines
545 B
Python
# pylint: disable=missing-docstring
|
|
# Copyright 2023 ForgeFlow, S.L.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Web Notify Channel Message",
|
|
"summary": """
|
|
Send an instant notification to channel users when a new message is posted""",
|
|
"version": "16.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"development_status": "Alpha",
|
|
"website": "https://github.com/OCA/web",
|
|
"depends": ["web_notify", "mail"],
|
|
"installable": True,
|
|
}
|