Browse Source

[FIX] flake8

pull/10/head
Holger Brunn 10 years ago
parent
commit
3b4f31234b
  1. 16
      web_tree_many2one_clickable/__openerp__.py

16
web_tree_many2one_clickable/__openerp__.py

@ -19,9 +19,9 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "Clickable many2one widget for tree views",
"version" : "1.0",
"author" : "Therp BV",
"name": "Clickable many2one widget for tree views",
"version": "1.0",
"author": "Therp BV",
"complexity": "normal", "complexity": "normal",
"description": """ "description": """
This addon provides a widget to have many2one fields in a tree view open the This addon provides a widget to have many2one fields in a tree view open the
@ -31,11 +31,11 @@ linked resource::
will open the linked partner in a form view. will open the linked partner in a form view.
""", """,
"category" : "Dependency",
"depends" : [
"category": "Dependency",
"depends": [
'web', 'web',
], ],
"data" : [
"data": [
], ],
"js": [ "js": [
'static/src/js/web_tree_many2one_clickable.js', 'static/src/js/web_tree_many2one_clickable.js',
@ -46,7 +46,7 @@ will open the linked partner in a form view.
], ],
"auto_install": False, "auto_install": False,
"installable": True, "installable": True,
"external_dependencies" : {
'python' : [],
"external_dependencies": {
'python': [],
}, },
} }
Loading…
Cancel
Save