In this video, it explains how to create a pivot view by using particular measures such as count. #odoo16 Pivot view helps the user to analyze the operations and which have different options to filter reports based on specific fields used in the model, which allows downloading a report. #odoodevelopment #odootutorials Connect With Us: ———————- […]
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 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, […]
Graph views provide a graphical view of the data, in the form of Bar chart, Pie chart, and Line chart. The graph view is an aggregation of all the records in a model, which is generally visualized in bar, pie, and line. The default type of graph is a pie chart – to change it […]