odoo/odoo.git
10 years ago[IMP] beginning of searchbar integration in graph view (addon web_graph)
Gery Debongnie [Thu, 5 Dec 2013 15:19:45 +0000 (16:19 +0100)]
[IMP] beginning of searchbar integration in graph view (addon web_graph)

bzr revid: ged@openerp.com-20131205151945-8yo2vkykztvlru3g

10 years ago[REF] refactors the event handling code and prepare the way for supporting col_groupb...
Gery Debongnie [Thu, 5 Dec 2013 10:07:10 +0000 (11:07 +0100)]
[REF] refactors the event handling code and prepare the way for supporting col_groupby and groupby in the searchbar (addon web_graph)

bzr revid: ged@openerp.com-20131205100710-5owdxv0m971ymwbs

10 years ago[IMP] supports the attribute 'type' in the xml definition of the graph view, at least...
Gery Debongnie [Thu, 28 Nov 2013 14:51:55 +0000 (15:51 +0100)]
[IMP] supports the attribute 'type' in the xml definition of the graph view, at least for bar_charts (addon web_graph)

bzr revid: ged@openerp.com-20131128145155-b5w4fhw9vrp9txuc

10 years ago[FIX] fixes a crash that occurred when a graph view had a starting groupby (given...
Gery Debongnie [Thu, 28 Nov 2013 14:18:03 +0000 (15:18 +0100)]
[FIX] fixes a crash that occurred when a graph view had a starting groupby (given by the search view) (in addon web_graph)

bzr revid: ged@openerp.com-20131128141803-j0ttpgedic84quvy

10 years ago[IMP] changes the set_row_groupby method into set_groupby (more generic, works for...
Gery Debongnie [Thu, 28 Nov 2013 13:49:04 +0000 (14:49 +0100)]
[IMP] changes the set_row_groupby method into set_groupby (more generic, works for rows and cols) (addon web_graph)

bzr revid: ged@openerp.com-20131128134904-ubkxdowr29is2o86

10 years ago[REF] removes duplicated code in update/expand methods (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 13:38:54 +0000 (14:38 +0100)]
[REF] removes duplicated code in update/expand methods (addon web_graph)

bzr revid: ged@openerp.com-20131128133854-28k6utrer7cdsz4z

10 years ago[IMP] adds some rudimentary support to the integration of search bar groupby into...
Gery Debongnie [Thu, 28 Nov 2013 13:01:46 +0000 (14:01 +0100)]
[IMP] adds some rudimentary support to the integration of search bar groupby into the graph view (addon web_graph)

bzr revid: ged@openerp.com-20131128130146-33i0ydw9gbjqgc0v

10 years ago[REF] removes a few useless lines (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 12:38:30 +0000 (13:38 +0100)]
[REF] removes a few useless lines (addon web_graph)

bzr revid: ged@openerp.com-20131128123830-vaqaeoizit8x8jq9

10 years ago[REF] removes a few useless lines in view_loading method (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 10:54:02 +0000 (11:54 +0100)]
[REF] removes a few useless lines in view_loading method (addon web_graph)

bzr revid: ged@openerp.com-20131128105402-eb3pqksd5v9ixaxn

10 years ago[REF] removes a few useless lines in view_loading method (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 10:49:29 +0000 (11:49 +0100)]
[REF] removes a few useless lines in view_loading method (addon web_graph)

bzr revid: ged@openerp.com-20131128104929-4ou50xebjub3bijh

10 years ago[IMP] add a small highlighting when hovering over a line in pivot table (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 10:33:17 +0000 (11:33 +0100)]
[IMP] add a small highlighting when hovering over a line in pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131128103317-k60u8e22z9yus38h

10 years ago[REF] improves the initialization process of pivot table (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 10:16:25 +0000 (11:16 +0100)]
[REF] improves the initialization process of pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131128101625-7ig5lftk8wv8w6tj

10 years ago[REF] adds a 'get_total' method and simplify a few parts of the code using totals...
Gery Debongnie [Thu, 28 Nov 2013 09:47:46 +0000 (10:47 +0100)]
[REF] adds a 'get_total' method and simplify a few parts of the code using totals (addon web_graph)

bzr revid: ged@openerp.com-20131128094746-mthch89zqx66flq7

10 years ago[REF] removes duplicated code in update_values method in pivot class (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 09:17:15 +0000 (10:17 +0100)]
[REF] removes duplicated code in update_values method in pivot class (addon web_graph)

bzr revid: ged@openerp.com-20131128091715-g1f29k60a0pvy8sd

10 years ago[REF] removes all references to measure label in pivot table (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 08:45:51 +0000 (09:45 +0100)]
[REF] removes all references to measure label in pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131128084551-19hc23fmw3gvtoc9

10 years ago[IMP] adds support for multiple measures in graph view (addon web_graph)
Gery Debongnie [Thu, 28 Nov 2013 08:27:54 +0000 (09:27 +0100)]
[IMP] adds support for multiple measures in graph view (addon web_graph)

bzr revid: ged@openerp.com-20131128082754-4l7nx8ooye1pmc53

10 years ago[REF] removes reference to rows in expand header method (pivot class) in addon web_graph
Gery Debongnie [Wed, 27 Nov 2013 15:14:51 +0000 (16:14 +0100)]
[REF] removes reference to rows in expand header method (pivot class) in addon web_graph

bzr revid: ged@openerp.com-20131127151451-t361x3ufdcbtc54f

10 years ago[IMP] adds support for row_heatmap and col_heatmap mode to table view (addon web_graph)
Gery Debongnie [Wed, 27 Nov 2013 15:06:28 +0000 (16:06 +0100)]
[IMP] adds support for row_heatmap and col_heatmap mode to table view (addon web_graph)

bzr revid: ged@openerp.com-20131127150628-lval018q5gc1d5ok

10 years ago[FIX] corrects stupid bug with previous commit, where empty cells were colored in...
Gery Debongnie [Wed, 27 Nov 2013 14:47:06 +0000 (15:47 +0100)]
[FIX] corrects stupid bug with previous commit, where empty cells were colored in heatmap mode (addon web_graph)

bzr revid: ged@openerp.com-20131127144706-w7amtjnnku214yih

10 years ago[REF] improves the draw_row method which will allow to support row_heat_map and col_h...
Gery Debongnie [Wed, 27 Nov 2013 14:45:05 +0000 (15:45 +0100)]
[REF] improves the draw_row method which will allow to support row_heat_map and col_heatmap in table view (addon web_graph)

bzr revid: ged@openerp.com-20131127144505-fq1bb3xv97a2ek38

10 years ago[FIX] display message insteal of crashing when there are no records to display (addon...
Gery Debongnie [Wed, 27 Nov 2013 14:07:01 +0000 (15:07 +0100)]
[FIX] display message insteal of crashing when there are no records to display (addon web_graph)

bzr revid: ged@openerp.com-20131127140701-9gej0qik7l4nzgni

10 years ago[REF] code cleanup (using jshint). mainly removing trailing whitespace and adding...
Gery Debongnie [Wed, 27 Nov 2013 13:36:32 +0000 (14:36 +0100)]
[REF] code cleanup (using jshint). mainly removing trailing whitespace and adding a few semicolons (addon web_graph)

bzr revid: ged@openerp.com-20131127133632-s8xvycu9660xj2pn

10 years ago[REF] removes useless initialization code in pivot class (addon web_graph)
Gery Debongnie [Wed, 27 Nov 2013 13:20:44 +0000 (14:20 +0100)]
[REF] removes useless initialization code in pivot class (addon web_graph)

bzr revid: ged@openerp.com-20131127132044-rdttrslfh6t5agkw

10 years ago[REF] simplify the start() method in pivot table by using the expand_all() method...
Gery Debongnie [Wed, 27 Nov 2013 13:10:46 +0000 (14:10 +0100)]
[REF] simplify the start() method in pivot table by using the expand_all() method instead of manually loading data (addon web_graph)

bzr revid: ged@openerp.com-20131127131046-hz33nqrjae1hwldf

10 years ago[FIX] properly closes the dropdown menu (field selection when expanding row/col)...
Gery Debongnie [Wed, 27 Nov 2013 13:04:06 +0000 (14:04 +0100)]
[FIX] properly closes the dropdown menu (field selection when expanding row/col) when the user clicks somewhere else (addon web_graph)

bzr revid: ged@openerp.com-20131127130406-slj3rvp02y3utevm

10 years ago[FIX] corrects issue where calling some functions such as swap axis when in chart...
Gery Debongnie [Wed, 27 Nov 2013 11:25:13 +0000 (12:25 +0100)]
[FIX] corrects issue where calling some functions such as swap axis when in chart view would display the table and the chart at the same time (addon web_graph)

bzr revid: ged@openerp.com-20131127112513-6s342zmarkglt52s

10 years ago[REF] puts helper functions inside a closure to simplify the calls to these functions...
Gery Debongnie [Wed, 27 Nov 2013 11:19:53 +0000 (12:19 +0100)]
[REF] puts helper functions inside a closure to simplify the calls to these functions (addon web_graph)

bzr revid: ged@openerp.com-20131127111953-yfzdyllt1ty70xtu

10 years ago[FIX] fixes an issue where the chart code didn't select the correct DOM node to displ...
Gery Debongnie [Wed, 27 Nov 2013 11:05:38 +0000 (12:05 +0100)]
[FIX] fixes an issue where the chart code didn't select the correct DOM node to display the chart (addon web_graph)

bzr revid: ged@openerp.com-20131127110538-rsm6hl4lgdkxya3p

10 years ago[IMP] puts everything into openerp.web_graph namespace, to avoid polluting global...
Gery Debongnie [Wed, 27 Nov 2013 09:47:18 +0000 (10:47 +0100)]
[IMP] puts everything into openerp.web_graph namespace, to avoid polluting global namespace (addon web_graph)

bzr revid: ged@openerp.com-20131127094718-boii5ncxfq8agfv9

10 years ago[REF] small code cleanups... removing old commented code, and small tweaks (addon...
Gery Debongnie [Wed, 27 Nov 2013 09:20:52 +0000 (10:20 +0100)]
[REF] small code cleanups... removing old commented code, and small tweaks (addon web_graph)

bzr revid: ged@openerp.com-20131127092052-n2ub66oczqrtmr33

10 years ago[IMP] reorganizes all options in graph views (puts them in 4 dropdown menus) (addon...
Gery Debongnie [Wed, 27 Nov 2013 09:10:53 +0000 (10:10 +0100)]
[IMP] reorganizes all options in graph views (puts them in 4 dropdown menus) (addon web_graph)

bzr revid: ged@openerp.com-20131127091053-ydbo89dj027ndm3o

10 years ago[FIX] gives the correct data to the charts function instead of undefined (addon web_g...
Gery Debongnie [Tue, 26 Nov 2013 16:14:24 +0000 (17:14 +0100)]
[FIX] gives the correct data to the charts function instead of undefined (addon web_graph)

bzr revid: ged@openerp.com-20131126161424-c0dlaqunv18anlw5

10 years ago[FIX] gives the correct data to the charts function instead of undefined (addon web_g...
Gery Debongnie [Tue, 26 Nov 2013 16:14:15 +0000 (17:14 +0100)]
[FIX] gives the correct data to the charts function instead of undefined (addon web_graph)

bzr revid: ged@openerp.com-20131126161415-3thwtp25wm1hvks0

10 years ago[IMP] updates the pivot table domain when search view is activated
Gery Debongnie [Tue, 26 Nov 2013 15:57:06 +0000 (16:57 +0100)]
[IMP] updates the pivot table domain when search view is activated

bzr revid: ged@openerp.com-20131126155706-nqc6hgjbyty8jju2

10 years ago[IMP] big commit: add query_all_values() method to pivot table, and uses it to add...
Gery Debongnie [Tue, 26 Nov 2013 15:19:06 +0000 (16:19 +0100)]
[IMP] big commit: add query_all_values() method to pivot table, and uses it to add expand_all and update_values functionality to graph view (addon web_graph)

bzr revid: ged@openerp.com-20131126151906-luj8ri6e4hj444h6

10 years ago[IMP] improves the look of the total in each rows in pivot table view (addon web_graph)
Gery Debongnie [Mon, 25 Nov 2013 09:15:05 +0000 (10:15 +0100)]
[IMP] improves the look of the total in each rows in pivot table view (addon web_graph)

bzr revid: ged@openerp.com-20131125091505-wts1llbdexhnl8fe

10 years ago[IMP] add total to each rows in pivot table view (addon web_graph)
Gery Debongnie [Mon, 25 Nov 2013 09:04:43 +0000 (10:04 +0100)]
[IMP] add total to each rows in pivot table view (addon web_graph)

bzr revid: ged@openerp.com-20131125090443-r5dbre9wn2jymu37

10 years ago[IMP] adds expand_all button and method to graph view. beware, the code is not effic...
Gery Debongnie [Mon, 25 Nov 2013 08:06:53 +0000 (09:06 +0100)]
[IMP] adds expand_all button and method to graph view.  beware, the code is not efficient (it does lots of db queries) (addon web_graph)

bzr revid: ged@openerp.com-20131125080653-n3lgq7lb3kb3ygg7

10 years ago[IMP] adds slight color to expanded rows to make it easier to see the subrows (addon...
Gery Debongnie [Mon, 25 Nov 2013 07:42:00 +0000 (08:42 +0100)]
[IMP] adds slight color to expanded rows to make it easier to see the subrows (addon web_graph)

bzr revid: ged@openerp.com-20131125074200-6d3migzpl4x7c44s

10 years ago[IMP] removes a cell when it has been folded (addon web_graph)
Gery Debongnie [Sun, 24 Nov 2013 22:03:10 +0000 (23:03 +0100)]
[IMP] removes a cell when it has been folded (addon web_graph)

bzr revid: ged@openerp.com-20131124220310-4o1okd02cotbqppq

10 years ago[REF] some more simplifications, using the symetry between cols and rows in addon...
Gery Debongnie [Sun, 24 Nov 2013 21:48:09 +0000 (22:48 +0100)]
[REF] some more simplifications, using the symetry between cols and rows in addon web_graph

bzr revid: ged@openerp.com-20131124214809-k08p4x4h0wm4owmq

10 years ago[REF] merge expand_row and expand_col methods into the fold method, also some small...
Gery Debongnie [Sun, 24 Nov 2013 20:58:55 +0000 (21:58 +0100)]
[REF] merge expand_row and expand_col methods into the fold method, also some small code tweaks (addon web_graph)

bzr revid: ged@openerp.com-20131124205855-eekx2gwhgl4ye9uj

10 years ago[REF] better code organization for chart drawing in addon web_graph
Gery Debongnie [Sun, 24 Nov 2013 20:10:49 +0000 (21:10 +0100)]
[REF] better code organization for chart drawing in addon web_graph

bzr revid: ged@openerp.com-20131124201049-p7cealv5p11hofr2

10 years ago[REF] merge fold_row and fold_col methods into the fold method (addon web_graph)
Gery Debongnie [Sun, 24 Nov 2013 15:00:34 +0000 (16:00 +0100)]
[REF] merge fold_row and fold_col methods into the fold method (addon web_graph)

bzr revid: ged@openerp.com-20131124150034-0133mgww0nm3dfta

10 years ago[IMP] add heat map functionality to pivot table (addon web_graph)
Gery Debongnie [Sun, 24 Nov 2013 14:52:40 +0000 (15:52 +0100)]
[IMP] add heat map functionality to pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131124145240-dn5vq5ecb598gf4e

10 years ago[IMP] many very small tweaks to pivot view (addon web_graph)
Gery Debongnie [Sun, 24 Nov 2013 14:29:27 +0000 (15:29 +0100)]
[IMP] many very small tweaks to pivot view (addon web_graph)

bzr revid: ged@openerp.com-20131124142927-jnuqykwfp351337v

10 years ago[IMP] change 'chart type' to 'Mode' text in button, and add a separator line (addon...
Gery Debongnie [Sun, 24 Nov 2013 14:02:39 +0000 (15:02 +0100)]
[IMP] change 'chart type' to 'Mode' text in button, and add a separator line (addon web_graph)

bzr revid: ged@openerp.com-20131124140239-v4uf5ic1a79kc4ly

10 years ago[REF] slight modifications to the underlying data structure of pivot table in addon...
Gery Debongnie [Sat, 23 Nov 2013 11:42:01 +0000 (12:42 +0100)]
[REF] slight modifications to the underlying data structure of pivot table in addon web_graph

bzr revid: ged@openerp.com-20131123114201-g6v6q9r15n9gdzg2

10 years ago[REF] moves utility functions to pivot.js file and remove utility.js in addon web_graph
Gery Debongnie [Sat, 23 Nov 2013 10:59:25 +0000 (11:59 +0100)]
[REF] moves utility functions to pivot.js file and remove utility.js in addon web_graph

bzr revid: ged@openerp.com-20131123105925-edix9lyw9k6tjlmw

10 years ago[REF] moves the data formatting for charts to the charts file (instead of pivot)...
Gery Debongnie [Sat, 23 Nov 2013 10:19:22 +0000 (11:19 +0100)]
[REF] moves the data formatting for charts to the charts file (instead of pivot) in addon web_graph

bzr revid: ged@openerp.com-20131123101922-xi429dmnwpqlfsiq

10 years ago[IMP] add 'clear all groups' and 'swap axis' functionality to pivot table in addon...
Gery Debongnie [Sat, 23 Nov 2013 10:11:35 +0000 (11:11 +0100)]
[IMP] add 'clear all groups' and 'swap axis' functionality to pivot table in addon web_graph

bzr revid: ged@openerp.com-20131123101135-m0cx5eg0o41k7x2m

10 years ago[REF] large refactoring. it separates the data handling code (pivot) from the ui...
Gery Debongnie [Fri, 22 Nov 2013 16:04:49 +0000 (17:04 +0100)]
[REF] large refactoring. it separates the data handling code (pivot) from the ui code (drawing, buttons, events (addon web_graph)

bzr revid: ged@openerp.com-20131122160449-lv2t09bs67ux42m5

10 years ago[REF] large refactoring in progress. goal is to separate the data handling code ...
Gery Debongnie [Fri, 22 Nov 2013 15:10:25 +0000 (16:10 +0100)]
[REF] large refactoring in progress. goal is to separate the data handling code (pivot) from the ui code (drawing, buttons, events (addon web_graph)

bzr revid: ged@openerp.com-20131122151025-8npxh5g5y2ema4tq

10 years ago[REF] large refactoring in progress. goal is to separate the data handling code ...
Gery Debongnie [Fri, 22 Nov 2013 13:59:27 +0000 (14:59 +0100)]
[REF] large refactoring in progress. goal is to separate the data handling code (pivot) from the ui code (drawing, buttons, events (addon web_graph)

bzr revid: ged@openerp.com-20131122135927-mfaa44juzjhp4kas

10 years ago[REF] large refactoring in progress. goal is to separate the data handling code ...
Gery Debongnie [Fri, 22 Nov 2013 09:43:22 +0000 (10:43 +0100)]
[REF] large refactoring in progress. goal is to separate the data handling code (pivot) from the ui code (drawing, buttons, events (addon web_graph)

bzr revid: ged@openerp.com-20131122094322-wn36gtmtv9pgn5su

10 years ago[REF] large refactoring in progress. goal is to separate the data handling code ...
Gery Debongnie [Fri, 22 Nov 2013 07:43:27 +0000 (08:43 +0100)]
[REF] large refactoring in progress. goal is to separate the data handling code (pivot) from the ui code (drawing, buttons, events (addon web_graph)

bzr revid: ged@openerp.com-20131122074327-bfnlw3ew1120um0k

10 years ago[IMP] allows row expansion to query and display correct data when columns are already...
Gery Debongnie [Thu, 21 Nov 2013 09:07:19 +0000 (10:07 +0100)]
[IMP] allows row expansion to query and display correct data when columns are already expanded (addon web_graph)

bzr revid: ged@openerp.com-20131121090719-lauwesqz7c189nba

10 years ago[REF] preparation work to allows row expansion to query and display correct data...
Gery Debongnie [Wed, 20 Nov 2013 14:19:14 +0000 (15:19 +0100)]
[REF] preparation work to allows row expansion to query and display correct data when columns are already expanded (addon web_graph)

bzr revid: ged@openerp.com-20131120141914-yf4o5sh4gzagh2ym

10 years ago[FIX] alignment issue in dropdown menu (addon web_graph)
Gery Debongnie [Wed, 20 Nov 2013 13:20:42 +0000 (14:20 +0100)]
[FIX] alignment issue in dropdown menu (addon web_graph)

bzr revid: ged@openerp.com-20131120132042-az2kb3cewkq51hrx

10 years ago[FIX] fixes a bug where dropdown menu used wrong coordinates when expanding rows...
Gery Debongnie [Wed, 20 Nov 2013 13:15:43 +0000 (14:15 +0100)]
[FIX] fixes a bug where dropdown menu used wrong coordinates when expanding rows (addon web_graph)

bzr revid: ged@openerp.com-20131120131543-d119benx379oglry

10 years ago[FIX] correctly handles + and - signs on rows/columns expansion/folding (addon web_graph)
Gery Debongnie [Wed, 20 Nov 2013 13:07:48 +0000 (14:07 +0100)]
[FIX] correctly handles + and - signs on rows/columns expansion/folding (addon web_graph)

bzr revid: ged@openerp.com-20131120130748-mge1w8apby67miqm

10 years ago[IMP] supports columns folding in pivottable (addon web_graph)
Gery Debongnie [Wed, 20 Nov 2013 12:46:32 +0000 (13:46 +0100)]
[IMP] supports columns folding in pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131120124632-ydjuvtcvou14qivo

10 years ago[FIX] properly clears the current rows when building pivot table (addon web_graph)
Gery Debongnie [Wed, 20 Nov 2013 11:17:28 +0000 (12:17 +0100)]
[FIX] properly clears the current rows when building pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131120111728-3aqr9xxz8kdhkfg6

10 years ago[IMP] col expansion support in pivottable widget, improve the column headers renderin...
Gery Debongnie [Wed, 20 Nov 2013 11:08:21 +0000 (12:08 +0100)]
[IMP] col expansion support in pivottable widget, improve the column headers rendering (addon web_graph)

bzr revid: ged@openerp.com-20131120110821-8r4q3dybhndm3gjz

10 years ago[IMP] col expansion support in pivottable widget, still many bugs left (addon web_graph)
Gery Debongnie [Tue, 19 Nov 2013 14:52:33 +0000 (15:52 +0100)]
[IMP] col expansion support in pivottable widget, still many bugs left (addon web_graph)

bzr revid: ged@openerp.com-20131119145233-n8gjast7q48foku9

10 years ago[IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)
Gery Debongnie [Tue, 19 Nov 2013 13:20:24 +0000 (14:20 +0100)]
[IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)

bzr revid: ged@openerp.com-20131119132024-k67wlje2h14p5ptu

10 years ago[IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)
Gery Debongnie [Tue, 19 Nov 2013 09:20:53 +0000 (10:20 +0100)]
[IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)

bzr revid: ged@openerp.com-20131119092053-hp1pdgckiplw8mgp

10 years ago[IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)
Gery Debongnie [Mon, 18 Nov 2013 15:26:20 +0000 (16:26 +0100)]
[IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)

bzr revid: ged@openerp.com-20131118152620-srzpkuom8rmxlik1

10 years ago[IMP] small code cleanup in addon web_graph
Gery Debongnie [Mon, 18 Nov 2013 14:19:55 +0000 (15:19 +0100)]
[IMP] small code cleanup in addon web_graph

bzr revid: ged@openerp.com-20131118141955-00qcb19wm0gswvck

10 years ago[REF] moves the loading data code from start to draw function, in widget pivottable...
Gery Debongnie [Mon, 18 Nov 2013 13:07:56 +0000 (14:07 +0100)]
[REF] moves the loading data code from start to draw function, in widget pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131118130756-rx6wqcejn92j5sl4

10 years ago[REF] large refactoring. removes widget chartview and merges basicdataview with pivot...
Gery Debongnie [Mon, 18 Nov 2013 12:53:20 +0000 (13:53 +0100)]
[REF] large refactoring. removes widget chartview and merges basicdataview with pivottable widgets in addon web_graph

bzr revid: ged@openerp.com-20131118125320-uhy58xmxlx4nkvbt

10 years ago[REF] refactoring in progress. removes widget chartview and merges basicdataview...
Gery Debongnie [Mon, 18 Nov 2013 09:07:15 +0000 (10:07 +0100)]
[REF] refactoring in progress. removes widget chartview and merges basicdataview with pivottable widgets in addon web_graph

bzr revid: ged@openerp.com-20131118090715-2e9vgt7y2ynm6nql

10 years ago[ADD] forgot to add utility.js file to addon web_graph
Gery Debongnie [Fri, 15 Nov 2013 16:32:47 +0000 (17:32 +0100)]
[ADD] forgot to add utility.js file to addon web_graph

bzr revid: ged@openerp.com-20131115163247-9tv5t7w9ygcmcnnm

10 years ago[REF] refactoring in progress. removes widget chartview and merges basicdataview...
Gery Debongnie [Fri, 15 Nov 2013 16:32:09 +0000 (17:32 +0100)]
[REF] refactoring in progress. removes widget chartview and merges basicdataview with pivottable widgets in addon web_graph

bzr revid: ged@openerp.com-20131115163209-iebydq0jth2f8lee

10 years ago[REF] refactoring in progress. moves some util functions to its own file in addon...
Gery Debongnie [Fri, 15 Nov 2013 15:37:01 +0000 (16:37 +0100)]
[REF] refactoring in progress. moves some util functions to its own file in addon web_graph

bzr revid: ged@openerp.com-20131115153701-rxh1voksnu0ule4t

10 years ago[REF] refactoring in progress. moves charts to its own file in addon web_graph
Gery Debongnie [Fri, 15 Nov 2013 15:16:59 +0000 (16:16 +0100)]
[REF] refactoring in progress. moves charts to its own file in addon web_graph

bzr revid: ged@openerp.com-20131115151659-g1lc0ypd9v3cxg1p

10 years ago[IMP] makes the text clickable in clickable cells in pivottable (addon web_graph)
Gery Debongnie [Fri, 15 Nov 2013 12:13:15 +0000 (13:13 +0100)]
[IMP] makes the text clickable in clickable cells in pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131115121315-2lb0mptvv44g8xjk

10 years ago[FIX] fixes a bug where the view build a table without clearing the existing rows...
Gery Debongnie [Fri, 15 Nov 2013 11:26:59 +0000 (12:26 +0100)]
[FIX] fixes a bug where the view build a table without clearing the existing rows (addon web_graph)

bzr revid: ged@openerp.com-20131115112659-mzb4smcr85dq60ww

10 years ago[IMP] smarter behavior when unfolding/refolding: check 'unfolding' level and do not...
Gery Debongnie [Fri, 15 Nov 2013 11:19:32 +0000 (12:19 +0100)]
[IMP] smarter behavior when unfolding/refolding: check 'unfolding' level and do not ask what field to expand if it already knows (addon web_graph)

bzr revid: ged@openerp.com-20131115111932-rdphi3w01nmein7t

10 years ago[IMP] makes display smarter list of options in dropdown menu on pivottable widget...
Gery Debongnie [Fri, 15 Nov 2013 09:24:11 +0000 (10:24 +0100)]
[IMP] makes display smarter list of options in dropdown menu on pivottable widget (addon web_graph)

bzr revid: ged@openerp.com-20131115092411-abnckphk4mn9ji3z

10 years ago[IMP] allow pivottable to fold rows (addon web_graph)
Gery Debongnie [Fri, 15 Nov 2013 08:50:37 +0000 (09:50 +0100)]
[IMP] allow pivottable to fold rows (addon web_graph)

bzr revid: ged@openerp.com-20131115085037-nhbi5x9ooa75drnk

10 years ago[IMP] many usability fixes in pivottable drill down and up (addon web_graph)
Gery Debongnie [Thu, 14 Nov 2013 16:31:07 +0000 (17:31 +0100)]
[IMP] many usability fixes in pivottable drill down and up (addon web_graph)

bzr revid: ged@openerp.com-20131114163107-pm3s3siwtzqn98jy

10 years ago[IMP] allows the user to clear the groupbys in pivottable (addon web_graph)
Gery Debongnie [Thu, 14 Nov 2013 15:33:48 +0000 (16:33 +0100)]
[IMP] allows the user to clear the groupbys in pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131114153348-bux7ldhkhe1jl29e

10 years ago[IMP] changes triangle icon into + and - signs icon in pivot table (addon web_graph)
Gery Debongnie [Thu, 14 Nov 2013 14:07:33 +0000 (15:07 +0100)]
[IMP] changes triangle icon into + and - signs icon in pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131114140733-9jyvttydbb2gm5jv

10 years ago[IMP] allows expansion of rows in pivottable (addon web_graph)
Gery Debongnie [Thu, 14 Nov 2013 14:00:15 +0000 (15:00 +0100)]
[IMP] allows expansion of rows in pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131114140015-h1hqzl5a70921vkq

10 years ago[IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon...
Gery Debongnie [Thu, 14 Nov 2013 13:17:47 +0000 (14:17 +0100)]
[IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131114131747-mq8uh02iplc0xmer

10 years ago[IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon...
Gery Debongnie [Thu, 14 Nov 2013 10:34:46 +0000 (11:34 +0100)]
[IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131114103446-qpqs3j0i8yhbvbg3

10 years ago[IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon...
Gery Debongnie [Wed, 13 Nov 2013 15:47:31 +0000 (16:47 +0100)]
[IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon web_graph)

bzr revid: ged@openerp.com-20131113154731-lmhcyajqcf2k4bxt

10 years ago[IMP] improve the rendering of the table in pivottable widget (addon web_graph)
Gery Debongnie [Wed, 13 Nov 2013 14:44:24 +0000 (15:44 +0100)]
[IMP] improve the rendering of the table in pivottable widget (addon web_graph)

bzr revid: ged@openerp.com-20131113144424-8i4ld0fjggw6nled

10 years ago[IMP] add functionality to basicview widget and rearrange code in addon web_graph
Gery Debongnie [Wed, 13 Nov 2013 10:50:59 +0000 (11:50 +0100)]
[IMP] add functionality to basicview widget and rearrange code in addon web_graph

bzr revid: ged@openerp.com-20131113105059-1l6th5zcn5wrm3x7

10 years ago[FIX] fixes a problem in pyeval catching all exceptions silently
Gery Debongnie [Wed, 13 Nov 2013 10:22:04 +0000 (11:22 +0100)]
[FIX] fixes a problem in pyeval catching all exceptions silently

bzr revid: ged@openerp.com-20131113102204-m0gox7odwgkmon4o

10 years ago[IMP] add redraw flag to basicview widget in addon web_graph
Gery Debongnie [Wed, 13 Nov 2013 09:26:46 +0000 (10:26 +0100)]
[IMP] add redraw flag to basicview widget in addon web_graph

bzr revid: ged@openerp.com-20131113092646-182veoj027lkbdb6

10 years ago[REF] move the method displaydata to a better place in addon web_graph
Gery Debongnie [Wed, 13 Nov 2013 09:18:07 +0000 (10:18 +0100)]
[REF] move the method displaydata to a better place in addon web_graph

bzr revid: ged@openerp.com-20131113091807-cxmc4aaaswdmkfia

10 years ago[REF] refactoring of addon web_graph. goal is to handle properly the switch of chart...
Gery Debongnie [Tue, 12 Nov 2013 16:10:34 +0000 (17:10 +0100)]
[REF] refactoring of addon web_graph.  goal is to handle properly the switch of chart view to table view

bzr revid: ged@openerp.com-20131112161034-yy80ypm39j32sazv

10 years ago[IMP] add rendering of basic table in pivottable widget (addon web_graph)
Gery Debongnie [Tue, 12 Nov 2013 13:53:44 +0000 (14:53 +0100)]
[IMP] add rendering of basic table in pivottable widget (addon web_graph)

bzr revid: ged@openerp.com-20131112135344-fi7mwyd49bqnbg69

10 years ago[REF] large refactoring of addon web_graph (mainly add widget BasicDataView and many...
Gery Debongnie [Tue, 12 Nov 2013 11:31:34 +0000 (12:31 +0100)]
[REF] large refactoring of addon web_graph (mainly add widget BasicDataView and many cleanups)

bzr revid: ged@openerp.com-20131112113134-w2298fsh1va4jpm7

10 years ago[FIX] fix pivottable and chartview widget to use their template instead of hardcoded...
Gery Debongnie [Tue, 12 Nov 2013 08:49:55 +0000 (09:49 +0100)]
[FIX] fix pivottable and chartview widget to use their template instead of hardcoded divs (addon web_graph)

bzr revid: ged@openerp.com-20131112084955-2x8o57ndln0xx0nx

10 years ago[IMP] add access to model fields description in addon web_graph
Gery Debongnie [Tue, 12 Nov 2013 08:38:27 +0000 (09:38 +0100)]
[IMP] add access to model fields description in addon web_graph

bzr revid: ged@openerp.com-20131112083827-fy9i054l9mq3vynz

10 years ago[FIX] fix a bug preventing hide and show method of chartview widget to function prope...
Gery Debongnie [Fri, 8 Nov 2013 15:41:14 +0000 (16:41 +0100)]
[FIX] fix a bug preventing hide and show method of chartview widget to function properly (addon web_graph)

bzr revid: ged@openerp.com-20131108154114-25zqn3jq5u6iuibt

10 years ago[IMP] small cleanups to chartview widget (addon web_graph)
Gery Debongnie [Fri, 8 Nov 2013 15:27:17 +0000 (16:27 +0100)]
[IMP] small cleanups to chartview widget (addon web_graph)

bzr revid: ged@openerp.com-20131108152717-stbx0us8ipom67iq