How to Define Compute Fields & Compute Functions in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In this video, we will explore how to create and use compute fields and compute functions in Odoo 17. Compute fields are special fields whose values are computed dynamically based on other fields or data in the system. This feature allows you to create fields that automatically update their values when related fields change, ensuring […]

How To Define Models in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

In Odoo 17, models play a crucial role in defining the structure and organization of your data, providing a flexible and scalable framework for building and extending business applications. #odoo17 They essentially act as blueprints for specific types of data, representing real-world concepts like customers, products, invoices, or projects.They serve as the backbone of the […]

How to Define Many2One Field in Odoo 17 | Odoo 17 Development Tutorials – CBMS Odoo ERP

The Many2One field in Odoo is used to link the current object to another object that acts as a parent for the current object. #odootutorials It is used to set one value (link to one record) and one-to-many when you want to set multiple values (link to multiple records). #odoodevelopment #odoodevelopment #odoo17 Connect With Us: ————————————— ➡️ […]

How to Define Many2many Field in Odoo 16 | Odoo 16 Development Tutorials – CBMS Odoo ERP

Many2many fields in odoo are used to create bidirectional relationships between two different models, which helps to create a table between two different models,any record on one side of the table can access the other one. Here in this video, it shows how can create a many2many field in Odoo 16 #odoodevelopment #odoo16 #odootutorials Connect […]

How to Define Menu & Actions in Odoo 16 | Odoo 16 Development Tutorial | How to Create Menu in Odoo – CBMS Odoo ERP

Odoo has a flexible way to define actions and menus. In this video, we are discussing about menu creation and window actions while clicking on a particular menu item. #odoo16videos #odootutorials #odootraining Video Chapters 00:00 Introduction 00:23 Menu creation in Odoo 02:44 Actions in Odoo Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: […]

How to Define Opportunities & Meetings in Odoo 15 Contacts Module | Odoo 15 Enterprise Edition – CBMS Odoo ERP

This video helps you know about Opportunities and Meetings in the Odoo 15 Contacts module. #odoo15contact Video Chapters 00:00 Introduction to Odoo Contact Module 00:32 Meetings Window 01:34 How to Create a Meeting 03:55 Options Tab 05:01 Opportunity The details of customers and employees are stored easily using the Odoo 15 Contacts module. Most people […]

How to Define Karma Rules in Odoo 15 eLearning | Odoo 15 eLearning | Odoo 15 Functional Tutorials – CBMS Odoo ERP

Karma points in the eLearning module of Odoo are the reward points that will allow you to keep your members (employees or candidates) motivated. #odoo15elearning Video Chapters 00:00 Introduction 00:56 Goes to Course Creation Form 01:37 Forum Menu 01:50 Analyse Karma Gain Tab 02:28 Karma Related Tab If the employee or your candidate successfully completed […]

How to Define a Computed Field in Odoo 15 | Odoo Development Tutorial | Computed Field in Odoo – CBMS Odoo ERP

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. #odoo15developmentvideos Video Contents 00:00 Introduction 00:27 Example 00:52 Compute Field Which can be stored directly and retrieved directly from the database. One of the common examples for the usage […]

How to Define Compute Fields and Compute Functions in Odoo15 | Odoo 15 Development Tutorials – CBMS Odoo ERP

In this video, we are discussing How to define compute fields and compute functions in odoo15 and its use cases in odoo development. #odoo15developmentvideos In Odoo, sometimes we may require special types of fields having values calculated from other fields. We may require calculated values from the same records or in the related records. #odoo15technicalvideos […]