mirror of https://github.com/OCA/web.git
33 lines
975 B
Python
33 lines
975 B
Python
{
|
|
"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",
|
|
}
|