Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
7960 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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)

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
mai 25
2672
0
aug. 24
2472
0
apr. 24
2485
0
sept. 23
1795
1
mai 23
2886