Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
16
web_notify_channel_message/__manifest__.py
Executable file
16
web_notify_channel_message/__manifest__.py
Executable file
@@ -0,0 +1,16 @@
|
||||
# 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": "18.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,
|
||||
}
|
||||
Reference in New Issue
Block a user