In this video, we are discussing about basic views in #odoo16 and how to define a view in odoo development. #odootutorials They are flexible and allow a high level of customization of the screens that they control. There exist various types of views. Each of them represents a mode of visualization: form, list, graph, etc. […]
In Odoo an editable tree view has much more important in creating a new record or editing an existing record. #odoo15tutorials By enabling the editable tree view a user can easily create or edit the records. #odoo15technicalvideos To convert a tree view into an editable tree view we use the editable=’bottom’ or editable=’top’ attribute. It […]
In this video, we are discussing how to show a specific view on the action in Odoo development. #odootechnicalvideos Video Contents ————————- 00:10 Introduction 00:30 Specific view on an action By mentioning the Id of a record in the view_id of an act window we can show that specific view when the corresponding record action […]
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 […]
Sometimes we may need a better understanding of data changes over a specific time frame. Video Contents 00:00 Introduction 01:02 Creating a Menu and Action 02:02 Creating View for Cohort In Odoo we can make use of cohort view for this kind. Cohort view will give the report of data changes that took place over […]
In this video, we can discuss how we can provide kanban record color in notebook Odoo. #odoo15developmentvideos Video Contents ———————— 00:00 Introduction 00:28 Checking an Example 00:40 Adding Color to Kanban There are lots of views available on Odoo. List, form, graph, pivot are some examples. Kanban is an interesting view. #odoo15tutorials In kanban, view […]
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 […]
Odoo supports several views such as tree view, list view, kanban view, cohort view, pivot view, calendar view offering different styles of data representation. #odoo15kanbanview In addition, this helps the businesses at large, offering complete visibility of their operations, thereby smarter business decisions. #odoo15development In this video, we are discussing how to create a kanban […]
In this video, we will discuss How to create a Gantt View in odoo 15 and its use cases in odoo development. #odoo15ganttview In the early scenario, the business sector faced many challenges with respect to its project management or task management. #odoo15developmentvideos The people involved in the task- like Project Managers, Team Leaders, Operation […]
In this video, we are discussing how to define a Graph view in odoo15 and its use cases in odoo development. Graph views provide a graphical view of the data, in the form of a Bar chart, Pie chart, and Line chart. The graph view is an aggregation of all the records in a model, […]