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
Ответить
7954
Представления
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!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
1
мая 25
|
2667 | ||
|
0
авг. 24
|
2469 | ||
|
0
апр. 24
|
2478 | ||
|
0
сент. 23
|
1789 | ||
|
1
мая 23
|
2881 |