How to Set Default Value for a Field Using Function in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, the ability to set default values for fields dynamically using functions is a powerful feature that enhances flexibility and customization options within the system. Unlike static default values, which remain constant regardless of circumstances, dynamic defaults enable developers to define default values based on specific conditions or calculations.To implement dynamic default values, […]

How to Override Delete Function in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo, you can override the unlink() method to customize the delete functionality for a specific model. This method is called when a record is deleted. By overriding it, you can add your custom logic or restrictions before allowing the deletion to proceed. #odoo17 #odootutorials #odoodevelopment Connect With Us: ————————————— ➡️ Website: ➡️ Email: info@cybrosys.com […]

How to Override Delete Function in Odoo 16 | Odoo Development Tutorials – CBMS Odoo ERP

This video explains how to override the delete function in odoo16. The function which gets executed on deleting a record is the unlink method of the model. #odoo16 #odoodevelopment By overriding the unlink method of the corresponding model we can even add additional functionality while we delete a record. #odootutorials Connect With Us: —————— ➡️ […]

How to use _name_seach function in Odoo 16 | Odoo 16 Technical Videos | Name Search Function in Odoo – CBMS Odoo ERP

Name search function is an Odoo ORM method that is responsible for searching specific records by some field values in a relational field. #odootutorials This video discusses how to use name_search() method in Odoo16 and its use case in Odoo development. #odoodevelopment #odoo16 Connect With Us: —————————- ➡️ Website: ➡️ Email: info@cybrosys.com ➡️ Twitter: ➡️ […]

How to Super a Function in Odoo 15 | super() function | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to super a function in odoo15. super() function is used in odoo to change the workflow of an existing function in odoo. #odoo15technicalvideos Video Contents 00:06 Introduction 01:15 Super a function in odoo In some cases, we will have to make some customization while executing a predefined function. […]

How to Create a Record Using Create Function in Odoo15 | create() | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to create a record using create a function in odoo15. Here we are considering an example of creating a student record from students’ applications. #odoo15developmentvideos Video Contents 00:05 Introduction 00:30 Creating a record using create() Once the documents are submitted and verified, we will click the button to […]

How to Override Delete Function in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

This video is about the overriding delete function in Odoo15. The function which is executing while we delete a record is the unlink method of the model. #odoo15videos If we want to include any additional functionality while we delete a record we will need to override the corresponding models’ unlink method. #odoo15developmentvideos #odootechnicalvideos Connect With […]