[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", "category": "Hidden",
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",
"author": "Therp BV, " "author": "Therp BV, "
"Tecnativa, " "Tecnativa, "
"Camptocamp, " "Camptocamp, "
"Odoo Community Association (OCA)", "Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"installable": True, "installable": True,
"depends": [ "depends": ["web"],
'web', "data": ["views/assets.xml"],
],
"data": [
'views/assets.xml',
],
} }