Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4752 Prikazi

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 ! 

Avatar
Opusti
Best Answer

Hello, you cannot do it so easily...

These fields are pop before : ['id','create_uid', 'create_date', 'write_uid', 'write_date','parent_left', 'parent_right'] the create


Avatar
Opusti
Avtor

ok .. I try to import the create date too but it's hard ! You know how can i do ? Because I've try a lot of thing but no success

Related Posts Odgovori Prikazi Aktivnost
1
sep. 15
6406
2
maj 25
1346
4
maj 25
5075
1
avg. 24
2356
1
feb. 24
3113