[IMP] web_drop_target: black, isort

pull/1892/head
Núria Martín Xifré 2020-01-14 10:49:55 +01:00 committed by Víctor Martínez
parent 9d4ec584e9
commit ddc6edd1c8
3 changed files with 5 additions and 13 deletions

View File

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

View File

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