mirror of https://github.com/OCA/web.git
22 lines
761 B
Python
22 lines
761 B
Python
# Copyright 2018 Therp BV <https://therp.nl>
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
{
|
|
"name": "Drop target support",
|
|
"version": "15.0.1.0.1",
|
|
"author": "Therp BV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"license": "LGPL-3",
|
|
"category": "Usability",
|
|
"summary": "Allows to drag files into Odoo",
|
|
"depends": ["web"],
|
|
"data": [],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_drop_target/static/lib/base64js.min.js",
|
|
"web_drop_target/static/src/js/web_drop_target.js",
|
|
"web_drop_target/static/src/scss/web_drop_target.scss",
|
|
],
|
|
"web.assets_qweb": ["web_drop_target/static/src/xml/widgets.xml"],
|
|
},
|
|
}
|