Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
13
web_send_message_popup/__manifest__.py
Executable file
13
web_send_message_popup/__manifest__.py
Executable file
@@ -0,0 +1,13 @@
|
||||
# Copyright 2014-2021 Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Web Send Message as Popup",
|
||||
"version": "18.0.1.0.0",
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"maintainer": "Camptocamp",
|
||||
"license": "AGPL-3",
|
||||
"category": "Hidden",
|
||||
"depends": ["web", "mail"],
|
||||
"website": "https://github.com/OCA/web",
|
||||
"assets": {"web.assets_backend": ["web_send_message_popup/static/src/**/*.js"]},
|
||||
}
|
||||
Reference in New Issue
Block a user