forked from OCA/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
26 lines (26 loc) · 1 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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",
]
},
}