[MIG] web_drop_target: Migration to 15.0

This commit is contained in:
Jasmin Solanki
2022-02-03 16:22:47 +05:30
parent 2536db8db3
commit 1967bb1f3d
3 changed files with 14 additions and 30 deletions

View File

@@ -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"],
},
}