Files
web/web_notify/__manifest__.py
2023-01-05 16:40:07 +01:00

24 lines
773 B
Python

# pylint: disable=missing-docstring
# Copyright 2016 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Web Notify",
"summary": """
Send notification messages to user""",
"version": "15.0.1.0.0",
"license": "AGPL-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/services/notification.js",
"web_notify/static/src/js/services/notification_services.js",
]
},
"demo": ["views/res_users_demo.xml"],
"installable": True,
}