Odoo api.onchange decorator is used to invoke a method when a field’s value changed. It can be used to validate the data or to trigger an action. Video Contents 00:15 Introduction 00:45 Define an onchange function The function of this decorator will be called when the field value changes. Moreover, it supports only single field […]
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 […]
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, […]