odoo/addons/web_graph
Gery Debongnie a32d8cb9de [FIX] (partially) fixes a concurrence problem in graph view
The graph view is asynchronous when updating data.  It is not safe when 
the user tries to update quickly the group bys (for example, when adding two 
group bys in quick succession).  

This patch partially fixes the problem: it makes sure that two concurrent updates 
will be correctly serialized.  However, it is not a complete fix: the crash can still happen
when three or more updates are quickly done.  A complete solution require some more work in 
keeping tracks of an update queue and serializing properly the updates. (will be done in trunk)

bzr revid: ged@openerp.com-20140425102501-qe7ve1ug8neq1twv
2014-04-25 12:25:01 +02:00
..
controllers [FIX] many small tweaks, add some comment, rename variables to have better more informative names in excel export functionality in graph view (addon web_graph) 2014-02-05 14:14:06 +01:00
doc [IMP] replacing by flotr2, initial commit 2012-05-07 10:19:08 +02:00
i18n Launchpad automatic translations update. 2014-04-10 05:56:55 +00:00
static [FIX] (partially) fixes a concurrence problem in graph view 2014-04-25 12:25:01 +02:00
__init__.py [IMP] work in progress: adds the export functionality in graph view (addon web_graph) 2014-02-03 12:33:32 +01:00
__openerp__.py [REF] separates graph view and graph widget into two files, and renames pivot into pivot_table.js (addon web_graph) 2014-01-14 13:51:42 +01:00