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 […]
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 […]
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: ————————————— ➡️ […]
In this Odoo 16 tutorial, you will learn how to define the labels or display names for your fields using the string attribute. #odoo16 #odoodevelopment #odootutorials The string attribute is used to give a name to a field that will be displayed in the user interface. It is a good practice to define the string […]
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 […]
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: […]
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 […]
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 […]
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 […]
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 […]