Hello,
Could anyone explain how ORM API works with write() and update().
AFAIK, CRUD represents create, read, update, delete which corresponds to create(), read(), update(), unlink() in ORM.
However, the explanation on odoo 13.0 documentation (\https://www.odoo.com/documentation/13.0/reference/orm.html)
write() seems to be the one to update a existing record.
update() can do the same, and even on psedo-records that are not created yet.
If that is the case, what are the scenarios to use write() over update()?
Hi Guys
Please can have a example of using write() and update() ?
odoo 13