[13.0][MIG] web_drop_target

This commit is contained in:
Núria Martín Xifré
2020-01-14 11:30:23 +01:00
committed by Jasmin Solanki
parent caab6f1f3a
commit 9826b68eb9
2 changed files with 12 additions and 13 deletions

View File

@@ -2,13 +2,13 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Drop target support",
"version": "12.0.1.0.0",
"version": "13.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", "document"],
"depends": ["web"],
"data": ["views/templates.xml"],
"qweb": ["static/src/xml/widgets.xml"],
}