Chart in Treeview - Sparklines Barchart Widget
by TechUltra Solutions Private Limited https://www.techultrasolutions.com/Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
CRM (crm)
• Calendar (calendar) • Contacts (contacts) • Discuss (mail) |
Lines of code | 2508 |
Technical Name |
web_widget_sparklines_barchart |
License | AGPL-3 |
Website | https://www.techultrasolutions.com/ |
Versions | 12.0 13.0 14.0 15.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
CRM (crm)
• Calendar (calendar) • Contacts (contacts) • Discuss (mail) |
Lines of code | 2508 |
Technical Name |
web_widget_sparklines_barchart |
License | AGPL-3 |
Website | https://www.techultrasolutions.com/ |
Versions | 12.0 13.0 14.0 15.0 |

Sparklines Charts widget
Sparklines Charts widget is Charts widget in Char field.
TUS Sparklines charts widget
This application provides charts function admirably for correlations and Charts(Line Chart,Discrete Chart,Bar Chart,Tristate Chart,Bullet Chart, Pie Chart,Box Plot Chart) helps to display the patterns or the rate of progress after a change in time.Odoo provides graph but we cannot use it in list and kanban view. But with this application no matter whether you applied the widget list ,form, kanban etc.
PY File code:
bar_val = fields.Char('Chart')
Add character fields in py file.
XML File Code:
<fields name="bar_val" widget="sparklines_chart" options="{'type':'discrete'}>
field name bar_val is a Char fileds and add wideget="sparklines_chart" and add
options="{'type':'discrete'}" in xml. You can also change in type you can change
options="{'type':'pie'}"(Line,Discrete,Bar,Tristate,Bullet,
Pie,Box Plot) in type.

TUS Sparklines charts widget
This application provides charts function admirably for correlations and Line Charts helps to display the patterns or the rate of progress after a change in time.Odoo provides graph but we cannot use it in list and kanban view. But with this application no matter whether you applied the widget list ,form, kanban etc.Add widget="sparklines_chart" and options="{'type':'bar'} in to char field contain the comma separated values.eg. 2,4,5,-4,6,7

TUS Sparklines Charts widget Tree View
Add Character Fields in Tree view you can see the TUS Sparklines chart in fields.

TUS Sparklines chart widget Kanban View
Add Character Fields in Kanban view you can see the TUS Sparklines chart in fields.

Our Services






Please log in to comment on this module