odoo/tutorials#1085
Created by Gilles Chalon (gicha)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 29s)
- ci/tutorial: (runtime 736s)
- label
- odoo-dev:19.0-Awesome_Dashboard-gicha
- head
- 9871edc96ae925cffa5c3514a043cd165f41092d
| odoo/tutorials | |
|---|---|
| 19.0 | #1085 missing r+ |
| master |
[IMP] awesome_dashboard: add a generic and reusable dashboard component for the awesome_dashboard module.
[IMP] awesome_dashboard: add a generic and reusable dashboard component for the awesome_dashboard module.
This will create a dashboard that will display sales statistics in real time.
Key features:
- All the item on the dashboard are loaded from a registry to allow other module to add their own dashboard element.
- There are two type of item: number card that display a title and a number, and the pie chart card that display data as a pie chart.
- All items can be toggled through a configuration dialog. The disabled items are stored in the browser local storage.