Skip to Content
मेन्यू
This question has been flagged
1 Reply
7937 Views

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

Avatar
Discard
Best Answer

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)

Avatar
Discard
Related Posts Replies Views Activity
1
मई 25
2653
0
अग॰ 24
2452
0
अप्रैल 24
2462
0
सित॰ 23
1750
1
मई 23
2858