[IMP] web_tree_many2one_clickable: black, isort

This commit is contained in:
Simone
2019-11-17 20:15:39 +01:00
committed by Carlos Roca
parent f2e22a8439
commit eced3dfa53

View File

@@ -11,15 +11,11 @@
"category": "Hidden",
"website": "https://github.com/OCA/web",
"author": "Therp BV, "
"Tecnativa, "
"Camptocamp, "
"Odoo Community Association (OCA)",
"Tecnativa, "
"Camptocamp, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": [
'web',
],
"data": [
'views/assets.xml',
],
"depends": ["web"],
"data": ["views/assets.xml"],
}