[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

@@ -16,10 +16,6 @@
"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',
],
} }