Hello,
I try to import a create_uid but when i try, it's alwaus the admin is putted !
This is my script :
if row[15]:
args = [('login','=',row[15])]
categ = sock.execute(dbname, uid,pwd, 'res.users','search',args)
if categ:
data['create_uid']=categ[0]
I don't know what to do for it's works
Thanks !