mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-19 09:32:08 +02:00
Add oca-web submodule with 68 web modules
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
af56672c08
commit
53fddf87c8
2469 changed files with 101716 additions and 0 deletions
23
odoo-bringout-oca-web-web_notify/web_notify/__manifest__.py
Normal file
23
odoo-bringout-oca-web-web_notify/web_notify/__manifest__.py
Normal file
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue