mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 13:12:01 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 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