Skip to Content
Menú
This question has been flagged
1 Respondre
8374 Vistes

How to create and write multiple records by overriding create and write method of odoo12 ??

Avatar
Descartar
Best Answer

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.

Avatar
Descartar
Autor

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().

Autor

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.

Autor

Is there any suggestions for this type of solutions please sir ..and thank you very much

Related Posts Respostes Vistes Activitat
2
de gen. 16
34993
2
d’ag. 19
4297
0
de set. 20
37
1
d’ag. 20
4121
1
d’abr. 20
4706