mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-18 18:12:05 +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
26
odoo-bringout-oca-web-web_help/web_help/__manifest__.py
Normal file
26
odoo-bringout-oca-web-web_help/web_help/__manifest__.py
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Help Framework",
|
||||
"sumamry": "This module introduces a new way to guide users",
|
||||
"author": "Onestein,Odoo Community Association (OCA)",
|
||||
"category": "Technical",
|
||||
"license": "AGPL-3",
|
||||
"version": "16.0.2.0.0",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": [
|
||||
"web",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_help/static/src/components/highlighter/highlighter.esm.js",
|
||||
"web_help/static/src/components/highlighter/highlighter.scss",
|
||||
"web_help/static/src/components/highlighter/highlighter.xml",
|
||||
"web_help/static/src/helpers.esm.js",
|
||||
"web_help/static/src/trip.esm.js",
|
||||
"web_help/static/src/user_trip.esm.js",
|
||||
"web_help/static/src/change_password_trip.esm.js",
|
||||
"web_help/static/src/components/help_button/help_button.esm.js",
|
||||
"web_help/static/src/components/help_button/help_button.xml",
|
||||
"web_help/static/src/trip.xml",
|
||||
]
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue