openerp-connector-community team mailing list archive
-
openerp-connector-community team
-
Mailing list archive
-
Message #00490
Database definition in ConnectorSessionHandler
Dear all
How can I make sure that connector.py select the right database? I changed
the self.db_name to the actual db in ConnectorSessionHandler.py
def __init__(self, db_name, uid, context=None):
self.db_name = VOXSTER_P1_25072014
self.uid = uid
self.context = {} if context is None else context
Any help would be appreciated.
Thank you
Joe
Follow ups