Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View 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",
]
},
}