Hi hda,
I saw on planet, this has been developed in trunk version ....Actually I am 
using stable-5.0 server & client[windows client] and I checked rpc.py file in 
client and I came to that there is function

    def list_db(self, url):
        try:
            list=[]                  #add this line
            list.insert(0,'test')  ##add this line
            return self.db_exec_no_except(url, 'list[0]')
        except Exception, e:
            return -1
from where db_list return value,I modified this list add 2 lines as above.But 
client is not connecting with server.
   yes ofcourse,  I just wanted to fix client for this db.

regards

------------------------
jitu




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=47297#47297

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to