Skip to content

Commit 98201e2

Browse files
committed
Add import service, pre load erp monkeypatches
1 parent 7bbe755 commit 98201e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

destral/openerp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def __init__(self, **kwargs):
2929
:param \**kwargs: keyword arguments passed to the config
3030
"""
3131
config = config_from_environment('OPENERP', [], **kwargs)
32+
import service
3233
import netsvc
3334
import tools
3435
update_config(tools.config, **config)

0 commit comments

Comments
 (0)