The manifest file is an essential component of any Odoo module. It provides crucial information about the module, such as its name, version, dependencies, author, and other critical details. In this video, you will learn step-by-step how to create a manifest file for your Odoo 16 module. You will also learn how to fill in […]
Each odoo module has a set of elements. In this video, describes about the structure of a module and elements inside a Module such as __init__,__manifest__, business objects, view, and corresponding security files, and so on. #odoo16vidoes #odoodevelopment #odootutorials Video Chapters 00:00 Introduction 01:02 _iinit__,__manifest__ 02:38 Controllers 02:58 Data,demo Files 03:19 I18n Files 03:42 Models […]
This video assists you to know about the creation of Lead Generation and Booth Categories in the Odoo 15 Events module. Video Chapters ————————- 00:00 Introduction to Odoo 15 Event 00:37 Settings 01:37 Configuration – Lead Generation rules 02:07 Create Lead Generation Rule 04:20 Booth Category 05:49 Create Booth The process and creation of events […]
This video helps you identify Serial Numbers and Worksheet Templates in Odoo 15 Quality Module. The companies get exceptional stock control using the serial numbers of products. #odoo15quality Video Contents ———————— 00:00 Introduction 00:33 Lot/Serial Number 01:00 Create New Serial Number 02:37 Quality Worksheet Templates Serial numbers arrange in numerical/alphabetical orders, different from other bar […]
In this video, We can discuss how we can show sample data in tree, kanban view. If the model does not contain any data at that time sample data will show. #odoodevelopmentvideos Video Contents 00:00 Introduction 01:18 Adding Sample =1 Attribute in a Tree, Kanban View Only we need to just add sample = 1 […]
The Project module in Odoo15 is suitable to manage all types of projects and project-related activities in a smooth manner. #odoo15project Video Contents ————————- 00:00 Introduction to Odoo 15 Project 00:19 Dashboard Analysis 01:24 Create Project From the Dashboard 03:39 How to Create a New Project From Configuration 04:22 Settings Tab It is easy to […]
One of the vital aspects of office administration is Notes, and it is a transfer of information. Individuals forget many things in the busy world, and Notes act as a reminder to catch details easily. #odoo15notes Video Contents ———————— 00:00 Introduction 00:54 How to Create Notes 02:35 Add Button 04:27 Schedule Activity A practical Note […]
In this video we are discussing How to browse and search records from a model in odoo 15. Video Contents 00:06 Introduction 00:40 Searching and browsing a record The browse() method is used to return a set of records for the IDs passed as the parameter in the current working model. This method accepts a […]
When you have large quantities of data, filters are required to make the system more user-friendly. It helps the user to filter data based on their choices. Odoo offers filter support by default for filtering data. #odooviews #odoo15developmentvideos Video Contents 00:10 Introduction 01:00 Add a filter in Search View However, we may need to customize […]
In this video, we are discussing How to add a tree view in Odoo 15 inside a custom module. In Odoo, Tree View also known as List View shows multiple records in the form of a list (rows and columns). Video Contents ————————- 00:10 Introduction 00:42 Define a Tree View Each row represents a record […]