How to Do Time Period Calculations Based on Date Type Fields in Odoo15 | Odoo Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to do time period calculations based on date type fields in odoo15. #odoo15developmentvideos Video Contents ————————- 00:05 Introduction 00:40 Time Period Calculations There are a few built-in functions for getting ranges and references to different time periods. #odoo15tutorials These are specific to certain periods like “month”, “quarter”, “fiscal […]

How to Override Create, Write, Unlink Methods in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

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 […]

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 Add a Domain for a Field Dynamically Based on Another Field in Odoo15 | Odoo Technical Video – CBMS Odoo ERP

In this video, we are discussing How to add a domain for a field dynamically based on another field in odoo. Odoo domain is used to select records from a model or database table. #odoo15developmentvideos Video Contents 00:08 Introduction 01:00 Adding domain dynamically It is a very common use case when you need to display […]

What Is the Use of api.onchange in Odoo15 | @api.onchange Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Video Contents 00:15 Introduction 00:45 Define an onchange function The function of this decorator will be called when the field value changes. Moreover, it supports only single field […]

How to Add a Domain for a Field in Odoo15 | Odoo 15 Development Tutorial – CBMS Odoo ERP

In this video, we are discussing How to add a Domain for a field in odoo15. Odoo domain is used to select records from a model or database table. #odoo15technicalvideos Video Contents ————————- 00:05 Introduction 01:00 Adding a Domain #odoo15developmentvideos It is a very common use case when you need to display a subset of […]

How to Add a Field in Odoo15 | How to Add a Custom Field to the Model and Display | Odoo 15 Videos – CBMS Odoo ERP

In this video, we will be discussing how to add new fields to a model. To explain the video, we will take the model vehicle rental and see how one can add a custom field to the model and display the same in the vehicle form view. #odoo15developmentvideos Video Contents ————————- 00:10 Introduction 00:32 Add […]

How to Install Custom Module Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In some cases, we need to add new business models or extend the already existing models. That can be done through custom modules, it defines particular models and fields inside it and also about its view. #odoodevelopmentvideos Video Contents ————————- 00:00 Introduction 00:25 Updating App List 01:23 Instaling Custom Module #odootutorials #installodoo Here In this […]

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 […]