[IMP] web_widget_image_download: black, isort

This commit is contained in:
Alexandre Díaz
2020-01-30 17:50:13 +01:00
committed by manu
parent 720690c22a
commit 477a88bf48
5 changed files with 39 additions and 40 deletions

View File

@@ -3,20 +3,14 @@
{
"name": "Web Widget - Image Download",
"summary": "Allows to download any image from its widget",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"category": "web",
"website": "https://github.com/OCA/web",
"author": "Tecnativa, Odoo Community Association (OCA), Kaushal Prajapati",
"license": "LGPL-3",
"application": False,
'installable': True,
"data": [
"views/assets.xml",
],
"depends": [
"web",
],
"qweb": [
"static/src/xml/web_widget_image_download.xml",
]
"installable": True,
"data": ["views/assets.xml"],
"depends": ["web"],
"qweb": ["static/src/xml/web_widget_image_download.xml"],
}