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:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
7937
Views
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)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
मई 25
|
2653 | ||
|
0
अग॰ 24
|
2452 | ||
|
0
अप्रैल 24
|
2462 | ||
|
0
सित॰ 23
|
1750 | ||
|
1
मई 23
|
2858 |