Description
In this video, we have discussed how to super create and write functions in odoo 17.
1. The Create method is called when a new record is created, we can additionally add features while creating a record by supering the create function.
2. The write method is called when an existing record is being edited, we can also modify it by supering the write function.