mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_drop_target: Migration to 15.0
This commit is contained in:
@@ -2,13 +2,20 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Drop target support",
|
||||
"version": "14.0.1.0.1",
|
||||
"version": "15.0.1.0.0",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"license": "AGPL-3",
|
||||
"category": "Usability",
|
||||
"summary": "Allows to drag files into Odoo",
|
||||
"depends": ["web"],
|
||||
"data": ["views/templates.xml"],
|
||||
"qweb": ["static/src/xml/widgets.xml"],
|
||||
"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"],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user