Skip to content

Commit

Permalink
Merge pull request #141 from gisce/add_import_service_on_OpenERPServi…
Browse files Browse the repository at this point in the history
…ce_init

Add import service, pre load erp monkeypatches
  • Loading branch information
polsala authored Jul 21, 2023
2 parents 7bbe755 + 98201e2 commit 06c1267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions destral/openerp.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def __init__(self, **kwargs):
:param \**kwargs: keyword arguments passed to the config
"""
config = config_from_environment('OPENERP', [], **kwargs)
import service
import netsvc
import tools
update_config(tools.config, **config)
Expand Down

0 comments on commit 06c1267

Please sign in to comment.