Onchange mechanism helps to change the value of a field based on the change on another field using the @api.onchange decorator. Here it explains how it works #odoo16videos #odoodevelopment #odootutorials Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Update #Client #Interface #change #api.onchange #Odoo #Odoo #Development #Tutorials
In odoo Model constrains help to set validations of recordsets based on the conditions. They are of different types, here this video explains Python constrains which help to set validations for each recordset and act as a reminder for users in some cases. #odootutorials #odoo16 #pyhton Video Chapters 00:00 Introduction to Model Constrains 01:26 @api.constrains […]
ORM – ORM(Object Relational Mapping) is a concept or technique which acts as a bridge between your programming language and your database. Object Relational Mapping helps to execute SQL queries without writing them explicitly. #odoo16videos #odoodevelopment 00:00 Introduction 01:21 Sorted Function 03:51 Filtered Function 05:23 Mapped Function Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: […]
Inheritance is the way to use or inherit the old class property methods and views in the new class or model. This concept is related to Object Oriented Programming. #odoo16videos #odootutorials This video discusses the topic of Traditional Prototype Inheritance in Odoo 16. #odoodevelopment Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: […]
In Odoo/ERP we extend properties, fields, and views of an existing model in a modular way. #odoo16vidoes #odootutorials In this video, we are going to learn about traditional class inheritance. This is used to extend the features of an existing object #odoodevelopment Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Traditional […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn how to generate reports for analyzing your Helpdesk Team’s performance. Other lessons related to this video: 28.a Helpdesk Team Set-Up 28.d Service Level Agreements (SLAs) 28.e Customer Ratings Need more information […]
Learn everything you need to grow your business with Odoo, the best open-source management software to run a company, at In this video, learn about how to automate your purchases with reordering rules. Other lessons related to this video: – Purchase Basics and Your First Request for Quotation – Approvals & Warnings – Purchase Lead […]
Odoo supports several fields for better data handling with specific options for each type. The fields can be categorized into 3 types: Simple Types, Relational, and Functional Types. #odoo16videos Simple Types are Integer, Char, String, etc. Relation Types represent the relations between objects like Many2one, One2many, and Many2many. Functional fields are not stored in the […]
The inheritance concept is used for inheriting and modifying an existing model. This video discusses about Delegation Inheritance in Odoo 16 and its use case in Odoo development. #odoo16videos #odoodevelopment #odootutorials Connect With Us: ———————- ➡️Website: ➡️Email: info@cybrosys.com ➡️Twitter: ➡️LinkedIn: ➡️Facebook: ➡️Instagram: ➡️Pinterest: #Delegation #Inheritance #Odoo #Odoo #Development #Tutorials #Odoo #Inheritance
Odoo module contains a set of elements, which helps to add new functionality or to inherit existing functionality in odoo. The elements that contain inside a module are models where we can define business objects, which are visible to UI by views.,security files, data and demo files, and so on. In this video, it explains […]