How to Super Create/Write Functions in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

This video describes how to super-create and write functions in Odoo 16. a) create() method is called when a new record is created in Odoo whereas b) write() method is called when an existing record is being edited. Supering the create() method helps to add any feature when a record is being created. #odootutorials Similarly, […]

How to Super Create/Write Functions in Odoo | Odoo 15 Technical Videos – CBMS Odoo ERP

This video describes how to call a super function to create and write functions in odoo. Which helps to override the default function of create and write. Also, @api.model decorator can be used for this. after calling @api.model decorator which defines a function and passes the values for create/write Video Contents ————————- 0:00 Introduction 0:22 […]