How to create and write multiple records by overriding create and write method of odoo12 ??
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
Create method uses api.model and due to that you can only create one record at a time.
Write method uses api.multi and due that you can update multiple records at a time.
while i am using @api.multi and trying to write multiple record at a time ,then it trows singleton error and suggest to use ensure_one().
You are right for the above answer but somehow i want to write multiple records at a time.So please suggest
You can create a wizard for that and based on some conditions search your records and write the value to them.
Is there any suggestions for this type of solutions please sir ..and thank you very much
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
update fields on write() method
Risolto
|
|
2
gen 16
|
35094 | |
|
2
ago 19
|
4361 | ||
|
0
set 20
|
37 | ||
|
1
ago 20
|
4217 | ||
|
1
apr 20
|
4791 |