51:49
How To Create Module In Odoo 16 || Create Models, Menus, Actions and Views || Odoo 16 Development
Are you absolute beginner in Odoo development ? Join: https://chat.whatsapp.com/L8LahnQbriE82M5gR4dxKT How to create a ...
12:05
Need help with Odoo? Find the right path for you https://www.odooityourself.com/r/ZQN Join One of My Classes ...
15:20
Odoo16 Development Tutorial | Odoo tutorial for beginners I How to Build a Custom Module in Odoo 16
In this video, it explains about how to build a custom module and basic python files, models, views, and security inside a module ...
1:06
How to Easily Become Odoo Developer in 2025
Hey friends, in today's quick video, I'll show you how to easily become an Odoo developer in 2025. This step-by-step guide will ...
43:06
eLearning in Odoo 16 | How to Create Courses in Odoo 16 eLearning | Odoo 16 Functional Tutorial
eLearning, also known as electronic learning, refers to the use of electronic technologies, such as computers and the internet, ...
8:08
Model Fields in Odoo 16 | Odoo 16 Development Tutorials
Odoo supports several fields for better data handling with specific options for each type. The fields can be categorized into 3 types: ...
10:51
How to Build a Custom Module in Odoo 16 | Odoo 16 Development Tutorials | Odoo 16 Videos
In this video, it explains about how to build a custom module and basic python files, models, views, and security inside a module ...
28:33
How To Install And Configure Odoo16 With Pycharm || Odoo 16 Development Tutorials
How to install and configure odoo 16 with pycharm . Steps to configure odoo 16 with pycharm. Steps to configure Odoo and ...
16:32
Installation of Odoo 16 with Visual Studio Code along with Configuration
In this video, I have shown how to install Odoo 16 , Visual Studio Code & PostgreSQL in Windows 11 along with all the ...
13:14
Odoo 16 Development Tutorial: Mastering Next-Gen ERP Customization-install odoo 16
Odoo 16 Development Tutorial: Mastering Next-Gen ERP Customization -install odoo 16.
7:00
How to Add Data Files in Odoo 16 Module | Odoo 16 Development Tutorial | Data Files in Odoo 16
This video discusses how we can add data files to your Odoo module. Data files can be used to create records in a particular ...
2:24
Odoo 16 Building a Website - A Demonstration Module | Odoo 16 Development Tutorial
In this video it explains how can we demonstrate the website in Odoo 16 version, once we create a module for a website using the ...
6:45
Module Structure in Odoo 16 | Odoo 16 Development Tutorials | Odoo 16 Technical Videos
Each odoo module has a set of elements. In this video, describes about the structure of a module and elements inside a Module ...
55:36
Odoo Explained in 01 Hour | Complete Guide | Cybrosys Technologies
Want to understand Odoo but don't know where to start? This is the video for you. In just one hour, we'll take you on a complete ...
6:03
View Inheritance in Odoo 16 | Inheritance in Odoo 16 | Odoo 16 Development Tutorials
View inheritance is the process of modifying an existing view. This may be adding a new field, adding a button, adding attributes ...
4:36
How to Add a For Loop in Odoo 16 | Odoo 16 Development Tutorials
For loop is used for iterating over a sequence either list, tuple.dictionary. Also for loop helps to avoid singleton errors. Here In this ...
5:42
Advanced Views: How To Create Graph View In Odoo 16 | Odoo 16 Development Tutorial
Graph views provide a graphical view of the data in the form of a Bar, Pie, and Line Chart. The graph view is an aggregation of all ...
7:40
Basic Views in Odoo 16 | Odoo Development Tutorial
In this video, we are discussing about basic views in #odoo16 and how to define a view in odoo development. #odootutorials ...
35:41
Sequential Value | Search View | Inherit Create Method | No Update Attribute | Odoo 16 Development
How to generate sequential value for record in Odoo 16. How to define search view in Odoo 16 development. Odoo 16 ...
5:18
What is Abstract Model in Odoo 16 | Odoo 16 Development Tutorials
In Odoo 16, an abstract model refers to a special type of model that serves as a template or base for other models to inherit from.