We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbe755 commit 98201e2Copy full SHA for 98201e2
destral/openerp.py
@@ -29,6 +29,7 @@ def __init__(self, **kwargs):
29
:param \**kwargs: keyword arguments passed to the config
30
"""
31
config = config_from_environment('OPENERP', [], **kwargs)
32
+ import service
33
import netsvc
34
import tools
35
update_config(tools.config, **config)
0 commit comments