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

I wanna insert a lot of record in on time like insert command of sql I wanna ask how to do this in ORM methods. Thank you

아바타
취소
베스트 답변

You have to use create() method for insert a lots of record. ORM Method : create(cr, uid, values, context=None)

Example : help_no = self.create(cr, uid,{ 'name': 'openerp', 'location' : 'india', 'id': 10,}, context=context)

아바타
취소
관련 게시물 답글 화면 활동
1
5월 25
2657
0
8월 24
2459
0
4월 24
2468
0
9월 23
1769
1
5월 23
2872