跳至內容
選單
此問題已被標幟
1 回覆
4745 瀏覽次數

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 ! 

頭像
捨棄
最佳答案

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


頭像
捨棄
作者

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

相關帖文 回覆 瀏覽次數 活動
1
9月 15
6403
2
5月 25
1342
4
5月 25
5068
1
8月 24
2349
1
2月 24
3109