-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
Copy path__manifest__.py
32 lines (32 loc) · 975 Bytes
/
__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
27
28
29
30
31
32
{
"name": "Web editor class selector",
"version": "16.0.1.1.0",
"summary": "",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": [
"web_editor",
],
"data": [
"security/ir.model.access.csv",
"views/web_editor_class_views.xml",
"views/menus.xml",
],
"demo": [
"demo/web_editor_class_demo.xml",
],
"assets": {
"web.assets_backend": [
"web_editor_class_selector/static/src/js/backend/**/*",
"web_editor_class_selector/static/src/xml/**/",
],
"web_editor.assets_wysiwyg": [
"web_editor_class_selector/static/src/js/odoo-editor/**/*",
"web_editor_class_selector/static/src/js/wysiwyg/**/*",
"web_editor_class_selector/static/src/scss/demo_styles.scss",
],
},
"installable": True,
"auto_install": False,
"license": "AGPL-3",
}