mirror of https://github.com/OCA/web.git
27 lines
1.0 KiB
Python
27 lines
1.0 KiB
Python
{
|
|
"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",
|
|
]
|
|
},
|
|
}
|