You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Oleg Bulkin e5d65e7a8d web_widget_darkroom: Modal, fixes, cleanup * Fix bugs involving the crop and pan functionality by modifying crop and zoom plugins and Darkroom widget * Add Darkroom modal to normal image widget, using darkroom.modal wizard model to provide backend support for modal view * Remove res.users view changes introduced for demo purposes (not needed due to modal functionality) * Clean up existing code, removing many unnecessary DarkroomJS files 7 years ago
..
static Add missing default oca icons 9 years ago
view New module: web_graph_improved. 9 years ago
README.md Better README. 9 years ago
__init__.py [FIX] blank line at end of file 9 years ago
__manifest__.py [MIG] Rename manifest files 8 years ago

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