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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
1
회신
7997
화면
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
|
2704 | ||
|
0
8월 24
|
2529 | ||
|
0
4월 24
|
2548 | ||
|
0
9월 23
|
1832 | ||
|
1
5월 23
|
2935 |