← Back to team overview

openerp-connector-community team mailing list archive

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