Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
4328 มุมมอง

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


อวตาร
ละทิ้ง