So, I was learning Odoo ORM,
There are 4 methods which make me confused:
- create & new
- write & update
In my point of view, they are doing the same thing: create and new create new record, update and write altering that record data. But if they did the same thing, why needed both?
Can anyone give me the answer. Thank you so much for your help, you don't know how much I wanted this answer.