How to Define a Search View in Odoo15 | Advanced Views in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to define a search View in odoo15 and its use cases in odoo development. #searchviewinodoo Odoo’s search view is perhaps the most popular. It helps you to easily search, filter, or group data based on a condition to get the information you need. #odoodevelopment We will develop a […]

Tree View Decoration Attribute in Odoo 15 | Advanced Views | Odoo 15 Development Tutorials – CBMS Odoo ERP

In Odoo sometimes we may need to differentiate records based on some factors. We have seen the feature in some modules, for instance, in the list view, the records are separated with different colors. #odoo15development Furthermore, based on the conditions the records are displayed in different colors. Therefore, it becomes highly helpful to find and […]

How to Use Constraint and SQL Constraint? | Model Constraints & SQL Constraints in Odoo 15 – CBMS Odoo ERP

Odoo provided constraints with which we can add validations to Odoo models. Basically, Odoo provides two ways to apply constraints, namely python constraints, and SQL constraints. In this video, we’ll be discussing what are SQL constraints in odoo, how we can apply them to our models, and different methods used in SQL constraints. Video Chapters […]

How to Update Client Interface ‘on change’ @api.onchange Odoo 15 | Odoo 15 onchange Method – CBMS Odoo ERP

In this video, it describes about @api.onchange method on the client interface #onchangemethod @api.onchange decorator is used when the field’s value is changed. It can be used to validate data or trigger action. This method can be invoked on pseudo records that contain values of the form. #odoo15developmenttutorials Video Contents: #odoo15videos 0:00 Introduction 1:13 @api.onchange […]

View Inheritance in Odoo 15 | Inheritance in Odoo | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing how to inherit an existing view to add new fields or make changes in it. #odooinherit When you create and inherit objects in some custom or specific modules, it is better to inherit (than to replace) from an existing view to add/modify/delete some fields and preserve the others. #odoo15tutorials […]

Computed Fields and @api Depends on Odoo 15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, it discusses compute function and how to store value in a field using this functionality and @api.depends operation. Odoo provides compute function which helps to calculate from some other fields. It is just like any other regular field along with an additional argument compute. Video Contents 0:00 Introduction 0:36 Field declaring 1:41 […]

How to Define a Calendar View in Odoo15 | Advanced Views in Odoo 15 | Calendar View in Odoo15 – CBMS Odoo ERP

In this video, we are discussing how to define a calendar view in odoo15 and its use cases in odoo. #odoocalendarview No matter how big or small an industry is, it is always essential to organize meetings concerning the aspects of the company and its operations. #odoo15videos For both large and small-scale businesses, the Calendars […]

Odoo 15 Time Off Management | Odoo 15 Time Off Module | Odoo 15 Enterprise Edition – CBMS Odoo ERP

This video details about Odoo 15 Time off module, Odoo 15 Time Off refers to managing leaves of employees or employers in the company. #odootimeoff #odoofunctional #odoo15enterprise The module helps to determine leaves based on the hours worked on the day. Video Contents 00:00 – Introduction to Odoo 15 Time-Off Module 01:17 – Time off […]