コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7953 ビュー

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

アバター
破棄
最善の回答

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
2667
0
8月 24
2469
0
4月 24
2478
0
9月 23
1789
1
5月 23
2881