In this video, we are discussing How to override the create, write and unlink methods in odoo15. #odoo15developmentvideos
Video Contents
————————-
00:06 Introduction
00:40 Override the Create, Write & Unlink Methods
Create() function in odoo is used to create a new record in a model. Overriding a create function in odoo will help us to customize the working of the create function. #odoo15tutorials
Similarly, for write() and unlink() functions too. When we write() a record in a model if we need to make any customization and while deleting a record if we need any customization we can make use of the write() and unlink() functions respectively. #odoo15technicalvideos
Connect With Us:
➡️Website:
➡️Email : info@cybrosys.com
➡️Twitter:
➡️LinkedIn:
➡️Facebook:
➡️Instagram:
➡️Pinterest:
#Override #Create #Write #Unlink #Methods #Odoo15 #Odoo #Development #Tutorials