3
0
Fork 0

[IMP] web_drop_target: black, isort

13.0
Núria Martín Xifré 2020-01-14 10:49:55 +01:00 committed by Adrià Gil Sorribes
parent cb97a80bdd
commit 97937be199
3 changed files with 5 additions and 13 deletions

View File

@ -8,14 +8,7 @@
"license": "AGPL-3",
"category": "Usability",
"summary": "Allows to drag files into Odoo",
"depends": [
'web',
'document'
],
"data": [
'views/templates.xml',
],
"qweb": [
'static/src/xml/widgets.xml',
]
"depends": ["web", "document"],
"data": ["views/templates.xml"],
"qweb": ["static/src/xml/widgets.xml"],
}

View File

@ -14,4 +14,3 @@
</div>
</t>
</template>