[IMP] web_widget_url_advanced: black, isort

This commit is contained in:
Joan Sisquella
2020-03-02 13:56:04 +01:00
committed by Jasmin Solanki
parent 5efdd66e1b
commit 74b87e8517
4 changed files with 16 additions and 13 deletions

View File

@@ -3,15 +3,13 @@
{
"name": "Web URL widget advanced",
"summary": "This module extends URL widget "
"for displaying anchors with custom labels.",
"for displaying anchors with custom labels.",
"category": "Web",
"version": "12.0.1.0.0",
"license": "LGPL-3",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"depends": ["web"],
"data": [
"templates/assets.xml",
],
"data": ["templates/assets.xml",],
"installable": True,
}