hi, in the console from where you launched the server or if you launched it as a daemon you'll find it in /var/log/openerp.log (or whatever you called the log)
BTW, to get all objects via xmlrpc... you have to use "read" and pass it an empty list: [...] ids = sock.execute(dbname, uid, pwd, model, 'read', []) and you'll get a list of the ids -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=45926#45926 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
