I want to import data using a wizard. It have to let the user select a file and execute some code that I already programed.
I would like to know the best way to insert new data in the database, using de database, the user and the password of the user logged in the system. At this time, I do it like this: id=self.sock.execute(self.dbname, self.uid, self.pwd, 'product.supplierinfo', 'create', self.prov) using a test dbname,uid and pwd (not the current). Any idea is usefull. Thanks! PD: Please forgive my english, I normally speak spanish! _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
