콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4811 화면

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
6504
2
5월 25
1503
4
5월 25
5293
1
8월 24
2522
1
2월 24
3236