-
Sans catégorie
-
1-How to Install Pycharm and Configure PostgreSQL on Ubuntu
-
2-How to Configure Odoo 14 on Pycharm Ubuntu
-
3-Building a Module With Menus and Actions in Odoo 14
-
4-Compositions of a Odoo 14 Module
-
5- Structure of a Odoo 14 Module
-
6- Creating an Empty Module Structure Using Scaffold in Odoo 14
-
7- Adding Data Files in to Your Odoo 14 module
-
8- Basic Views in Odoo 14 (Tree, Form, and Search)
-
9-Relations Between Models: Many2One Fields in Odoo 14
-
10-Relations Between Models: One2Many Fields in Odoo 14
-
11-Relations Between Models: Many2Many Fields in Odoo 14
-
12-Inheritance - Traditional Class Inheritance in Odoo 14
-
13-Inheritance - Traditional Prototype Inheritance in Odoo 14
-
14-Inheritance - Delegation Inheritance in Odoo 14
-
15-Computed fields and @api.depends in Odoo 14
-
16-Setting Default Value for Fields in Odoo 14
-
17-Onchange mechanism - @api.onchange in Odoo 14
-
18-Model Constraints - Python Constraints in Odoo 14
-
19-Model Constraints - SQL Constraints in Odoo 14
-
20-Advanced Views - Tree View Decoration Attribute in Odoo 14
-
21-Advanced Views - Calendar View in Odoo 14
-
22-Advanced Views - Search View in Odoo 14
-
23-Advanced Views - Graph View in Odoo 14
-
24-Advanced Views - Gantt View in Odoo 14
-
25-Advanced Views - Kanban View in Odoo 14
-
26-Odoo Security - Groups and Access Rights
-
27-Odoo Security - Record Rules
-
28-Odoo wizards - Creating and Launching
-
29-Odoo Reporting - Printed Report(PDF).mp4
-
30-Odoo Reporting - Setup a Dashboard
-
23-Advanced Views - Graph View in Odoo 14
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 to a bar chart, we need to specify the type. You also may change the orientation. Video Content: 0:00 - Introduction to the Graph view 1:10- How to Define model and views for Graph view 6:08 - Working demo of the Graph view Get the module from our repository: https://github.com/CybroOdoo/openacademy The graph view is used to visualize aggregations over a number of records or record groups. Its root element is 〈graph〉 which can take the following attributes: type one of bar (default), pie and line, the type of graph to use stacked only used for bar charts. If present and set to True, stacks bars within a group The only allowed element within a graph view is a field that can have the following attributes: name (required) the name of a field to use in the view. If used for grouping (rather than aggregating) title (optional) string displayed on the top of the graph. type indicates whether the field should be used as a grouping criteria or as an aggregated value within a group. Possible values are: row (default) groups by the specified field. All graph types support at least one level of grouping, some may support more. col authorized in graph views but only used by pivot tables measure field to aggregate within a group interval on date and datetime fields, groups by the specified interval (day, week, month, quarter or year) instead of grouping on the specific datetime (fixed second resolution) or date (fixed day resolution).
Vues | |
---|---|
0 | Total des vues |
0 | Vues Membres |
0 | Vues publiques |
Partager par email
Veuillez S'identifier afin de partager ce video par email