10:00
28. Odoo ORM Tutorial: Create() Method Explained | Create Records in Odoo Like a Pro
In this video, you will learn how the create() ORM method in Odoo works and how developers use it to create records in the ...
26:46
Complete Guide to ORM Methods in Odoo 17: From Basics to Advanced
In this tutorial, we'll focus on three of the most essential ORM methods in Odoo 17: create, write, and search. These methods are ...
9:41
30. Odoo ORM Tutorial: write() & unlink() Method Explained | Update & Delete Records in Odoo
Learn how to use the write() and unlink() ORM methods in Odoo step by step in this tutorial. In Odoo development, these two ORM ...
5:30
Odoo ORM Explained | Beginner Friendly Guide
Welcome to OdooVerse! In this beginner-friendly Odoo tutorial, we'll learn Odoo ORM step-by-step with practical examples ...
51:37
24 - ORM How odoo uses ORM Methods
Odoo Development ODev شرح تطوير اودوو بالعربي
ORM How odoo uses ORM Methods Examples from Odoo Models.
5:22
Odoo Search Count ORM Method || Odoo ORM documentation
Odoo Search Count ORM Method. Odoo ORM documentation. Odoo orm methods. Odoo developer documentations. Building ...
8:08
Odoo ORM Explained 🧠 Build Your First models.Model Properly
Odoo ORM looks simple — until performance, relationships, and computed fields start breaking your app. This video explains how ...
7:48
Mastering Odoo ORM: A Comprehensive Guide to Models and Fields. Days-2:#1
Welcome to our detailed tutorial on mastering the Object-Relational Mapping (ORM) system in Odoo! In this video, we will cover ...
15:45
29. Odoo ORM Tutorial: search(), search_count() & browse() Explained | Odoo Development Guide
Learn the most important Odoo ORM methods every Odoo developer must know: search(), search_count(), and browse().
4:23
Difference between search vs _search method in Odoo | Odoo ORM Methods | Odoo Recordset Operations
search vs _search method in Odoo, What is the main difference between this two methods. Please check till end of this discussion.
9:19
How to use mapped() method in Odoo | Latest Odoo Tutorial
How to use mapped method in odoo, odoo code optimize tips, how mapped function works,Recordsets and Its Operations in Odoo ...
16:45
How to use search() method in Odoo | Odoo ORM Tutorial
How to search method works in Odoo, search() method with recordset, limit the records using fetch method, search method ...
6:43
Odoo Create ORM Method | Odoo ORM Methods
Odoo create orm method. Odoo orm methods. Common orm methods in odoo. Working of odoo orm. Understanding odoo orm ...
14:38
Odoo ORM: RecordSet Operations - Sorted, Filtered & Mapped
odooorm #recordsetoperation #odoosorted #orminodo Recorset operation in Odoo. Odoo ORM tutorials. Odoo orm ...
16:31
How to use default_get orm method in Odoo | Odoo ORM Methods
default_get orm method is used get default field value in Odoo. Odoo default_get method will return dictionary in case having ...
5:14
Odoo CRUD Operations Explained | Beginner Friendly Guide
Welcome to OdooVerse! In this beginner-friendly Odoo tutorial, we'll learn CRUD Operations in Odoo step-by-step with practical ...
15:07
Odoo Calculated Field (All Odoo Versions)
Odoo calculated field in any version.
8:57
How to use read method in Odoo | Odoo ORM Methods
Using read method from odoo you will get list of dictionary record pair, and its low level rpc method, Please check till end of this ...
10:32
How to use name_create orm method in Odoo | Odoo ORM Methods
name_create orm method is used create record in Odoo. Odoo quick create method, You will see possible test cases and how to ...
29:52
How to use _name_search method in Odoo | Odoo ORM Methods
How to use name_search or _name_search orm method in Odoo, using name search method you will search more than one field ...