Description:
This video is about overriding the delete function in Odoo15. The function which is executing while we delete a record is the unlink method of the model. If we want to include any additional functionality while we delete a record we will need to override the corresponding model unlink method.