Skip to content

Commit

Permalink
[PEP8]
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Aug 4, 2014
1 parent b939815 commit 4c4e213
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dbfilter_from_header/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,34 +19,34 @@
#
##############################################################################
{
"name" : "dbfilter_from_header",
"version" : "1.0",
"author" : "Therp BV",
"name": "dbfilter_from_header",
"version": "1.0",
"author": "Therp BV",
"complexity": "normal",
"description": """
This addon lets you pass a dbfilter as a HTTP header.
This is interesting for setups where database names can't be mapped to
This is interesting for setups where database names can't be mapped to
proxied host names.
In nginx, use
proxy_set_header X-OpenERP-dbfilter [your filter];
The addon has to be loaded as server-wide module.
""",
"category" : "Tools",
"depends" : [
"category": "Tools",
"depends": [
'web',
],
"data" : [
"data": [
],
"js": [
],
"css": [
],
"auto_install": False,
"installable": True,
"external_dependencies" : {
'python' : [],
"external_dependencies": {
'python': [],
},
}

0 comments on commit 4c4e213

Please sign in to comment.