web/web_graph_improved
Alexandre Fayolle 6706754e70 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2015-03-02 17:29:19 +01:00
..
static/src/js Remove commented lines, put license in manifest file. 2015-02-17 16:36:42 +01:00
view New module: web_graph_improved. 2015-02-17 16:36:42 +01:00
README.md Better README. 2015-02-17 16:36:42 +01:00
__init__.py [FIX] blank line at end of file 2015-03-02 13:42:58 +01:00
__openerp__.py Add OCA as author of OCA addons 2015-03-02 17:29:19 +01:00

README.md

Charts, Improved.

Improve the charting capabilities of Odoo.

Implemented features:

  • Plot multiple variables (called measures in the odoo client) with bar charts using grouped bars.

Planned:

  • Plot multiple measures on line charts
  • Scatter/Bubble chart
  • Sunburst ("grouped Pie chart")
  • Bullet Chart
  • Stacked bar chart