In this video, we will be discussing how to add new fields to a model. To explain the video, we will take the model vehicle rental and see how one can add a custom field to the model and display the same in the vehicle form view. #odoo15developmentvideos Video Contents ————————- 00:10 Introduction 00:32 Add […]
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 […]
We all know that views are describing the records to users. Without a proper view, the user can’t get the information correctly. Odoo has several view types such as form, tree, kanban, graph, pivot, calendar, dashboard, search, grid, cohort, and many more. #odoo15developmentvideos Video Contents ———————— 00:12 Introduction 00:40 Define a form #odoo15technicalvideos In this […]
In this video, we can discuss how to create meu and their action from code. Odoo has a flexible way to define menu, sub-menu, and actions. The main attraction is that one can create a menu and sub-menu from code as well as UI, which makes Odoo more user-friendly. A user can directly create a […]
Odoo has a flexible way to define menu, sub-menu, and actions. The main attraction is that one can create a menu and sub-menu from code as well as UI, which makes Odoo more user-friendly. #odoovidoes A user can directly create a menu and sub-menu from the UI. In this blog, we are going to discuss […]
In Odoo, we can schedule activities or planning of tasks based on a model.In some cases, we need to plan activities based on each record or data.Here ,in this video it describes how to schedule an activity within each form view in Odoo. How to schedule activity How to schedule activity in Odoo 14 Schedule […]
From version 14, Odoo has introduced a new interactive way to display their models. They provide the opportunity to display dummy data if no records exist within the model while accessing their tree, kanban, graph, or pivot view. These data appear as blurred views in their respective view forms and this gives the user a […]