Hi,
I'm a beginner please guide me how Odoo requests are entertained for CRUD operation.
Than you in advance.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I'm a beginner please guide me how Odoo requests are entertained for CRUD operation.
Than you in advance.
write()
The write() method is used to write datas on existing records.
create()
The create() method takes a dictionary with the fields and values for the record to be created, using the same syntax as write()
unlink()
The unlink() method deletes the records in the recordset
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
https://www.odoo.com/documentation/10.0/reference/orm.html#common-orm-methods
Odoo ORM Methods: https://goo.gl/4BkizH