From b0d2c5668c3f5b523b1a9013521ff1269af74194 Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 08:47:11 +0000 Subject: [PATCH] Tower: upload web_notify 16.0.3.2.0 (via marketplace) --- addons/web_notify/__manifest__.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 addons/web_notify/__manifest__.py diff --git a/addons/web_notify/__manifest__.py b/addons/web_notify/__manifest__.py new file mode 100644 index 0000000..4c105f7 --- /dev/null +++ b/addons/web_notify/__manifest__.py @@ -0,0 +1,23 @@ +# pylint: disable=missing-docstring +# Copyright 2016 ACSONE SA/NV +# License LGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Web Notify", + "summary": """ + Send notification messages to user""", + "version": "16.0.3.2.0", + "license": "LGPL-3", + "author": "ACSONE SA/NV," "AdaptiveCity," "Odoo Community Association (OCA)", + "development_status": "Production/Stable", + "website": "https://github.com/OCA/web", + "depends": ["web", "bus", "base", "mail"], + "assets": { + "web.assets_backend": [ + "web_notify/static/src/**/*.js", + "web_notify/static/src/**/*.xml", + ] + }, + "demo": ["views/res_users_demo.xml"], + "installable": True, +}