Hello,
could someone point to example how to insert multiple records to transient model?
I want to insert multiple records in batch, not one-by-one. It can be done with SQL but is it possible with Odoo API?
For example, I need to create some custom report: first define transient model then insert here all or filtered records from a regular model (data table) and then do some calculations with this transient model.
Kind regards,
Arnis