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
- Project
- MRP
신고된 질문입니다
1
회신
7944
화면
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 |