Commit Graph

411 Commits

Author SHA1 Message Date
Gery Debongnie 4aa70638ef [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
2013-11-28 10:47:46 +01:00
Gery Debongnie d790f8e96f [REF] removes duplicated code in update_values method in pivot class (addon web_graph)
bzr revid: ged@openerp.com-20131128091715-g1f29k60a0pvy8sd
2013-11-28 10:17:15 +01:00
Gery Debongnie be00aca052 [REF] removes all references to measure label in pivot table (addon web_graph)
bzr revid: ged@openerp.com-20131128084551-19hc23fmw3gvtoc9
2013-11-28 09:45:51 +01:00
Gery Debongnie 51e4b240f8 [IMP] adds support for multiple measures in graph view (addon web_graph)
bzr revid: ged@openerp.com-20131128082754-4l7nx8ooye1pmc53
2013-11-28 09:27:54 +01:00
Gery Debongnie 0d47d906fd [REF] removes reference to rows in expand header method (pivot class) in addon web_graph
bzr revid: ged@openerp.com-20131127151451-t361x3ufdcbtc54f
2013-11-27 16:14:51 +01:00
Gery Debongnie f5514c70ab [IMP] adds support for row_heatmap and col_heatmap mode to table view (addon web_graph)
bzr revid: ged@openerp.com-20131127150628-lval018q5gc1d5ok
2013-11-27 16:06:28 +01:00
Gery Debongnie c17791dd82 [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
2013-11-27 15:47:06 +01:00
Gery Debongnie 574253bb63 [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
2013-11-27 15:45:05 +01:00
Gery Debongnie 6e88cce3fb [FIX] display message insteal of crashing when there are no records to display (addon web_graph)
bzr revid: ged@openerp.com-20131127140701-9gej0qik7l4nzgni
2013-11-27 15:07:01 +01:00
Gery Debongnie abc0bb3d87 [REF] code cleanup (using jshint). mainly removing trailing whitespace and adding a few semicolons (addon web_graph)
bzr revid: ged@openerp.com-20131127133632-s8xvycu9660xj2pn
2013-11-27 14:36:32 +01:00
Gery Debongnie cef7c35476 [REF] removes useless initialization code in pivot class (addon web_graph)
bzr revid: ged@openerp.com-20131127132044-rdttrslfh6t5agkw
2013-11-27 14:20:44 +01:00
Gery Debongnie 0c7e530c9c [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
2013-11-27 14:10:46 +01:00
Gery Debongnie 761ff10226 [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
2013-11-27 14:04:06 +01:00
Gery Debongnie 0dd3f71535 [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
2013-11-27 12:25:13 +01:00
Gery Debongnie 76216fd3f3 [REF] puts helper functions inside a closure to simplify the calls to these functions (addon web_graph)
bzr revid: ged@openerp.com-20131127111953-yfzdyllt1ty70xtu
2013-11-27 12:19:53 +01:00
Gery Debongnie e0744a7427 [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
2013-11-27 12:05:38 +01:00
Gery Debongnie 22162b5a10 [IMP] puts everything into openerp.web_graph namespace, to avoid polluting global namespace (addon web_graph)
bzr revid: ged@openerp.com-20131127094718-boii5ncxfq8agfv9
2013-11-27 10:47:18 +01:00
Gery Debongnie 1f8b8165e8 [REF] small code cleanups... removing old commented code, and small tweaks (addon web_graph)
bzr revid: ged@openerp.com-20131127092052-n2ub66oczqrtmr33
2013-11-27 10:20:52 +01:00
Gery Debongnie 0b5ff7efff [IMP] reorganizes all options in graph views (puts them in 4 dropdown menus) (addon web_graph)
bzr revid: ged@openerp.com-20131127091053-ydbo89dj027ndm3o
2013-11-27 10:10:53 +01:00
Gery Debongnie 8ef078acb3 [FIX] gives the correct data to the charts function instead of undefined (addon web_graph)
bzr revid: ged@openerp.com-20131126161424-c0dlaqunv18anlw5
2013-11-26 17:14:24 +01:00
Gery Debongnie 99b7fa4272 [FIX] gives the correct data to the charts function instead of undefined (addon web_graph)
bzr revid: ged@openerp.com-20131126161415-3thwtp25wm1hvks0
2013-11-26 17:14:15 +01:00
Gery Debongnie 857b48749b [IMP] updates the pivot table domain when search view is activated
bzr revid: ged@openerp.com-20131126155706-nqc6hgjbyty8jju2
2013-11-26 16:57:06 +01:00
Gery Debongnie 4eef572065 [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
2013-11-26 16:19:06 +01:00
Gery Debongnie d8aa7a6551 [IMP] improves the look of the total in each rows in pivot table view (addon web_graph)
bzr revid: ged@openerp.com-20131125091505-wts1llbdexhnl8fe
2013-11-25 10:15:05 +01:00
Gery Debongnie 7940ec40c6 [IMP] add total to each rows in pivot table view (addon web_graph)
bzr revid: ged@openerp.com-20131125090443-r5dbre9wn2jymu37
2013-11-25 10:04:43 +01:00
Gery Debongnie 86a2d41d24 [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
2013-11-25 09:06:53 +01:00
Gery Debongnie 2944752844 [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
2013-11-25 08:42:00 +01:00
Gery Debongnie 8396a03759 [IMP] removes a cell when it has been folded (addon web_graph)
bzr revid: ged@openerp.com-20131124220310-4o1okd02cotbqppq
2013-11-24 23:03:10 +01:00
Gery Debongnie 2ff7dd16fe [REF] some more simplifications, using the symetry between cols and rows in addon web_graph
bzr revid: ged@openerp.com-20131124214809-k08p4x4h0wm4owmq
2013-11-24 22:48:09 +01:00
Gery Debongnie 5227f89396 [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
2013-11-24 21:58:55 +01:00
Gery Debongnie 46ea9d29fe [REF] better code organization for chart drawing in addon web_graph
bzr revid: ged@openerp.com-20131124201049-p7cealv5p11hofr2
2013-11-24 21:10:49 +01:00
Gery Debongnie 40889788d3 [REF] merge fold_row and fold_col methods into the fold method (addon web_graph)
bzr revid: ged@openerp.com-20131124150034-0133mgww0nm3dfta
2013-11-24 16:00:34 +01:00
Gery Debongnie 5173a56db6 [IMP] add heat map functionality to pivot table (addon web_graph)
bzr revid: ged@openerp.com-20131124145240-dn5vq5ecb598gf4e
2013-11-24 15:52:40 +01:00
Gery Debongnie aa5958eaf5 [IMP] many very small tweaks to pivot view (addon web_graph)
bzr revid: ged@openerp.com-20131124142927-jnuqykwfp351337v
2013-11-24 15:29:27 +01:00
Gery Debongnie 616af47ff7 [IMP] change 'chart type' to 'Mode' text in button, and add a separator line (addon web_graph)
bzr revid: ged@openerp.com-20131124140239-v4uf5ic1a79kc4ly
2013-11-24 15:02:39 +01:00
Gery Debongnie 42e38292b8 [REF] slight modifications to the underlying data structure of pivot table in addon web_graph
bzr revid: ged@openerp.com-20131123114201-g6v6q9r15n9gdzg2
2013-11-23 12:42:01 +01:00
Gery Debongnie 0f995a25d5 [REF] moves utility functions to pivot.js file and remove utility.js in addon web_graph
bzr revid: ged@openerp.com-20131123105925-edix9lyw9k6tjlmw
2013-11-23 11:59:25 +01:00
Gery Debongnie ebf46e668d [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
2013-11-23 11:19:22 +01:00
Gery Debongnie 1e32b763f0 [IMP] add 'clear all groups' and 'swap axis' functionality to pivot table in addon web_graph
bzr revid: ged@openerp.com-20131123101135-m0cx5eg0o41k7x2m
2013-11-23 11:11:35 +01:00
Gery Debongnie 7299cde4cf [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
2013-11-22 17:04:49 +01:00
Gery Debongnie 200762944a [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
2013-11-22 16:10:25 +01:00
Gery Debongnie 2c5fb3b2a2 [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
2013-11-22 14:59:27 +01:00
Gery Debongnie a32018f962 [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
2013-11-22 10:43:22 +01:00
Gery Debongnie d0cb5149b4 [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
2013-11-22 08:43:27 +01:00
Gery Debongnie a309c97505 [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
2013-11-21 10:07:19 +01:00
Gery Debongnie a7953bbd85 [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
2013-11-20 15:19:14 +01:00
Gery Debongnie 9e8d6bb8e9 [FIX] alignment issue in dropdown menu (addon web_graph)
bzr revid: ged@openerp.com-20131120132042-az2kb3cewkq51hrx
2013-11-20 14:20:42 +01:00
Gery Debongnie 9c76cb8a4c [FIX] fixes a bug where dropdown menu used wrong coordinates when expanding rows (addon web_graph)
bzr revid: ged@openerp.com-20131120131543-d119benx379oglry
2013-11-20 14:15:43 +01:00
Gery Debongnie 53a8f56f03 [FIX] correctly handles + and - signs on rows/columns expansion/folding (addon web_graph)
bzr revid: ged@openerp.com-20131120130748-mge1w8apby67miqm
2013-11-20 14:07:48 +01:00
Gery Debongnie 215f665508 [IMP] supports columns folding in pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131120124632-ydjuvtcvou14qivo
2013-11-20 13:46:32 +01:00
Gery Debongnie fde3f47a2e [FIX] properly clears the current rows when building pivot table (addon web_graph)
bzr revid: ged@openerp.com-20131120111728-3aqr9xxz8kdhkfg6
2013-11-20 12:17:28 +01:00
Gery Debongnie 01a4fc3624 [IMP] col expansion support in pivottable widget, improve the column headers rendering (addon web_graph)
bzr revid: ged@openerp.com-20131120110821-8r4q3dybhndm3gjz
2013-11-20 12:08:21 +01:00
Gery Debongnie ad8bddd00e [IMP] col expansion support in pivottable widget, still many bugs left (addon web_graph)
bzr revid: ged@openerp.com-20131119145233-n8gjast7q48foku9
2013-11-19 15:52:33 +01:00
Gery Debongnie 3ce4ec44d9 [IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)
bzr revid: ged@openerp.com-20131119132024-k67wlje2h14p5ptu
2013-11-19 14:20:24 +01:00
Gery Debongnie 40ededd540 [IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)
bzr revid: ged@openerp.com-20131119092053-hp1pdgckiplw8mgp
2013-11-19 10:20:53 +01:00
Gery Debongnie 1901b38c16 [IMP] preliminary work on supporting col expansion in pivottable widget (addon web_graph)
bzr revid: ged@openerp.com-20131118152620-srzpkuom8rmxlik1
2013-11-18 16:26:20 +01:00
Gery Debongnie a6848a195a [IMP] small code cleanup in addon web_graph
bzr revid: ged@openerp.com-20131118141955-00qcb19wm0gswvck
2013-11-18 15:19:55 +01:00
Gery Debongnie b34a2307cd [REF] moves the loading data code from start to draw function, in widget pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131118130756-rx6wqcejn92j5sl4
2013-11-18 14:07:56 +01:00
Gery Debongnie 06b125de40 [REF] large refactoring. removes widget chartview and merges basicdataview with pivottable widgets in addon web_graph
bzr revid: ged@openerp.com-20131118125320-uhy58xmxlx4nkvbt
2013-11-18 13:53:20 +01:00
Gery Debongnie 0b9150160c [REF] refactoring in progress. removes widget chartview and merges basicdataview with pivottable widgets in addon web_graph
bzr revid: ged@openerp.com-20131118090715-2e9vgt7y2ynm6nql
2013-11-18 10:07:15 +01:00
Gery Debongnie afb1382575 [ADD] forgot to add utility.js file to addon web_graph
bzr revid: ged@openerp.com-20131115163247-9tv5t7w9ygcmcnnm
2013-11-15 17:32:47 +01:00
Gery Debongnie 990deeebe4 [REF] refactoring in progress. removes widget chartview and merges basicdataview with pivottable widgets in addon web_graph
bzr revid: ged@openerp.com-20131115163209-iebydq0jth2f8lee
2013-11-15 17:32:09 +01:00
Gery Debongnie 08a26f9e95 [REF] refactoring in progress. moves some util functions to its own file in addon web_graph
bzr revid: ged@openerp.com-20131115153701-rxh1voksnu0ule4t
2013-11-15 16:37:01 +01:00
Gery Debongnie b08a38c528 [REF] refactoring in progress. moves charts to its own file in addon web_graph
bzr revid: ged@openerp.com-20131115151659-g1lc0ypd9v3cxg1p
2013-11-15 16:16:59 +01:00
Gery Debongnie ab1411aa9e [IMP] makes the text clickable in clickable cells in pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131115121315-2lb0mptvv44g8xjk
2013-11-15 13:13:15 +01:00
Gery Debongnie 776a57ef0c [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
2013-11-15 12:26:59 +01:00
Gery Debongnie 75caaeb1a3 [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
2013-11-15 12:19:32 +01:00
Gery Debongnie fecfa8e52c [IMP] makes display smarter list of options in dropdown menu on pivottable widget (addon web_graph)
bzr revid: ged@openerp.com-20131115092411-abnckphk4mn9ji3z
2013-11-15 10:24:11 +01:00
Gery Debongnie 2609105d41 [IMP] allow pivottable to fold rows (addon web_graph)
bzr revid: ged@openerp.com-20131115085037-nhbi5x9ooa75drnk
2013-11-15 09:50:37 +01:00
Gery Debongnie 2216a69908 [IMP] many usability fixes in pivottable drill down and up (addon web_graph)
bzr revid: ged@openerp.com-20131114163107-pm3s3siwtzqn98jy
2013-11-14 17:31:07 +01:00
Gery Debongnie ba5de8088b [IMP] allows the user to clear the groupbys in pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131114153348-bux7ldhkhe1jl29e
2013-11-14 16:33:48 +01:00
Gery Debongnie 3e607e8e3c [IMP] changes triangle icon into + and - signs icon in pivot table (addon web_graph)
bzr revid: ged@openerp.com-20131114140733-9jyvttydbb2gm5jv
2013-11-14 15:07:33 +01:00
Gery Debongnie 3c16fd1132 [IMP] allows expansion of rows in pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131114140015-h1hqzl5a70921vkq
2013-11-14 15:00:15 +01:00
Gery Debongnie a38ab9c56c [IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131114131747-mq8uh02iplc0xmer
2013-11-14 14:17:47 +01:00
Gery Debongnie 4f448f3631 [IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131114103446-qpqs3j0i8yhbvbg3
2013-11-14 11:34:46 +01:00
Gery Debongnie 26e6a496be [IMP] work in progress. goal is to allow expansion of rows/cols in pivottable (addon web_graph)
bzr revid: ged@openerp.com-20131113154731-lmhcyajqcf2k4bxt
2013-11-13 16:47:31 +01:00
Gery Debongnie cecac9a32a [IMP] improve the rendering of the table in pivottable widget (addon web_graph)
bzr revid: ged@openerp.com-20131113144424-8i4ld0fjggw6nled
2013-11-13 15:44:24 +01:00
Gery Debongnie b5af9d421e [IMP] add functionality to basicview widget and rearrange code in addon web_graph
bzr revid: ged@openerp.com-20131113105059-1l6th5zcn5wrm3x7
2013-11-13 11:50:59 +01:00
Gery Debongnie 3be25d2c45 [IMP] add redraw flag to basicview widget in addon web_graph
bzr revid: ged@openerp.com-20131113092646-182veoj027lkbdb6
2013-11-13 10:26:46 +01:00
Gery Debongnie 3c0445479b [REF] move the method displaydata to a better place in addon web_graph
bzr revid: ged@openerp.com-20131113091807-cxmc4aaaswdmkfia
2013-11-13 10:18:07 +01:00
Gery Debongnie 8eeaca216d [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
2013-11-12 17:10:34 +01:00
Gery Debongnie 298a7012bf [IMP] add rendering of basic table in pivottable widget (addon web_graph)
bzr revid: ged@openerp.com-20131112135344-fi7mwyd49bqnbg69
2013-11-12 14:53:44 +01:00
Gery Debongnie 4d7150fc58 [REF] large refactoring of addon web_graph (mainly add widget BasicDataView and many cleanups)
bzr revid: ged@openerp.com-20131112113134-w2298fsh1va4jpm7
2013-11-12 12:31:34 +01:00
Gery Debongnie d947299a74 [FIX] fix pivottable and chartview widget to use their template instead of hardcoded divs (addon web_graph)
bzr revid: ged@openerp.com-20131112084955-2x8o57ndln0xx0nx
2013-11-12 09:49:55 +01:00
Gery Debongnie 6ecbf2ef80 [IMP] add access to model fields description in addon web_graph
bzr revid: ged@openerp.com-20131112083827-fy9i054l9mq3vynz
2013-11-12 09:38:27 +01:00
Gery Debongnie 4dd5ac9924 [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
2013-11-08 16:41:14 +01:00
Gery Debongnie 906d5168cc [IMP] small cleanups to chartview widget (addon web_graph)
bzr revid: ged@openerp.com-20131108152717-stbx0us8ipom67iq
2013-11-08 16:27:17 +01:00
Gery Debongnie eab6a192e9 [IMP] add pie, line and bar chart to the chartview widget (addon web_graph)
bzr revid: ged@openerp.com-20131108152048-0akyhf0c7lcdsqjh
2013-11-08 16:20:48 +01:00
Gery Debongnie 7ad9aecc13 [IMP] add widgets (chart view and pivot view) in addon web_graph
bzr revid: ged@openerp.com-20131108130806-ez2a6sxdsy0bzg62
2013-11-08 14:08:06 +01:00
Gery Debongnie 23b9f226c7 [ADD] add (custom version of) bootstrap library to graph view (addon web_graph)
bzr revid: ged@openerp.com-20131108115030-0r4e4vk379mqtkzf
2013-11-08 12:50:30 +01:00
Gery Debongnie d59cbcceef [ADD] add nvd3 library to graph view (addon web_graph)
bzr revid: ged@openerp.com-20131108113900-w4vet1okiwiy5pqf
2013-11-08 12:39:00 +01:00
Gery Debongnie 69257d5d6f [REF] work in progress. reset graph view to minimal state in addon web_graph
bzr revid: ged@openerp.com-20131108113210-aptz2pne05iwca82
2013-11-08 12:32:10 +01:00
Xavier Morel ea7d79443b [FIX] display 'undefined' in case of falsy graph value rather than empty label
bzr revid: xmo@openerp.com-20130610071151-15lhz4o95tl4clak
2013-06-10 09:11:51 +02:00
Christophe Matthieu c333a5260a [FIX] In graph view group by display wrong value. bug-1171937
bzr revid: chm@openerp.com-20130607094314-t2jyxbnznobu5wef
2013-06-07 11:43:14 +02:00
Xavier Morel 672933ebfe [IMP] PNG recompression
bzr revid: xmo@openerp.com-20130605124327-poy97bvw73sdm1o6
2013-06-05 14:43:27 +02:00
niv-openerp 90d278a6a6 changed encodings
bzr revid: nicolas.vanhoren@openerp.com-20130515095413-tdvyurv8dwgvj0vd
2013-05-15 11:54:13 +02:00
chirag patel 007bce3f6c [FIX] Fixed graph multiple group show wrong results.
bzr revid: cpa@tinyerp.com-20130508103506-n8gq6dvvcv5wi3bi
2013-05-08 16:05:06 +05:30
Vidhin Mehta 9c6a184fb5 [FIX]graph view usability bug.
bzr revid: vme@tinyerp.com-20130125070240-0drtmiyetwu2btc6
2013-01-25 12:32:40 +05:30
Xavier Morel 25baf23e23 [FIX] stacking of various "drop-down" elements
The search view's completion list should be in front of the search
view's drawer, which itself should (probably) be on top of the graph
view's "action" dropdown.

The graph view's dropdown itself needs a z-index > 0 to be in front of
the graph itself, otherwise it is inactive and unusable: it's visible
through the graph but not activable.

bzr revid: xmo@openerp.com-20130305093619-s1e5fbl80r7qnk5l
2013-03-05 10:36:19 +01:00
Xavier Morel b0b1357f16 [FIX] correctly pass context to graph's fields_view_get
bzr revid: xmo@openerp.com-20130301102555-1g7p8ugyorle7i0j
2013-03-01 11:25:55 +01:00
niv-openerp 5a9bf08f46 [FIX] lot of potential bugs, mainly due to quickly clicking on menu items
bzr revid: nicolas.vanhoren@openerp.com-20130227113132-m2kr9slpxp1pogaz
2013-02-27 12:31:32 +01:00
Mohammed Shekha 9ab4bcb43b [FIX]Fixed the issue of context not passed in fields_view_get method for graph view.
bzr revid: msh@openerp.com-20130220101721-7rzlpdpy7p5em0g7
2013-02-20 15:47:21 +05:30
niv-openerp 906ceba948 [IMP] lot of small improvements to better detect when a view has finished loading
bzr revid: nicolas.vanhoren@openerp.com-20121213140914-8d1u01h17r2x4fpu
2012-12-13 15:09:14 +01:00
niv-openerp 03f81db942 [FIX] problem in charts when using line charts
lp bug: https://launchpad.net/bugs/1089517 fixed

bzr revid: nicolas.vanhoren@openerp.com-20121213102756-yzhq0igzcgttlpvz
2012-12-13 11:27:56 +01:00
Fabien Pinckaers 1645327f8d [IMP] graph dropdown menu css
bzr revid: fp@tinyerp.com-20121208173103-oq6s8gokh31f7uyh
2012-12-08 18:31:03 +01:00
Xavier Morel 0d85c24ae3 [MERGE] from trunk, fix/adapt some tests
bzr revid: xmo@openerp.com-20121116100840-yyr9b4oru3zdftld
2012-11-16 11:08:40 +01:00
Fabien Meghazi 2994db89ca [MERGE] trunk
bzr revid: fme@openerp.com-20121105093013-31veb91zkdeiuddh
2012-11-05 10:30:13 +01:00
Fabien Pinckaers 758ffd96b7 [FIX] graph
bzr revid: fp@tinyerp.com-20121102095829-myskt4oowj6vme30
2012-11-02 10:58:29 +01:00
niv-openerp 8597e63c29 [FIX] problem in graph view with second level of group by
bzr revid: nicolas.vanhoren@openerp.com-20121030145912-5kxyndtucy0do7x3
2012-10-30 15:59:12 +01:00
Fabien Meghazi ca6c49becf [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then'
bzr revid: fme@openerp.com-20121030140630-gf20ye8fou1ebxft
2012-10-30 15:06:30 +01:00
Xavier Morel 99a2dd3938 [ADD] first 90% of non-sucky testing API, last 90% left
also all existing tests shoud now be completely broken and need to be fixed

bzr revid: xmo@openerp.com-20121025154745-rw2gktfd6tp68k2m
2012-10-25 17:47:45 +02:00
Foram Katharotiya (OpenERP) 7136709294 [FIX] DataError: invalid input syntax for type date: October 2012
bzr revid: fka@tinyerp.com-20121025131905-qo1ko85krjc8z2c3
2012-10-25 18:49:05 +05:30
niv-openerp 9de8965ebb [FIX] make the graph tolerant about formatting in group bys
bzr revid: nicolas.vanhoren@openerp.com-20121025122506-2a0xo9nfeeg6dlw4
2012-10-25 14:25:06 +02:00
niv-openerp 1480c7508a Now uses official formatting method
bzr revid: nicolas.vanhoren@openerp.com-20121023153801-l98x0dtpyh6l8vjm
2012-10-23 17:38:01 +02:00
niv-openerp 4014421326 Regression with bar charts
bzr revid: nicolas.vanhoren@openerp.com-20121023151740-20xaros930r9806p
2012-10-23 17:17:40 +02:00
niv-openerp f1e8ad572e fixed problem with some other bar chart
bzr revid: nicolas.vanhoren@openerp.com-20121023151615-ptv4was339w13li6
2012-10-23 17:16:15 +02:00
niv-openerp 796958fa7c Currently working for bar charts
bzr revid: nicolas.vanhoren@openerp.com-20121023151123-ebo1edkp65c3dk94
2012-10-23 17:11:23 +02:00
niv-openerp f6a1c4986d lot of modifs, still not functionning
bzr revid: nicolas.vanhoren@openerp.com-20121023145858-dg34k7kqi3jkar6z
2012-10-23 16:58:58 +02:00
vta vta@openerp.com 1e70837161 [FIX] Fixed on_loaded in all different views.
bzr revid: vta@openerp.com-20121018114950-svqy0gje04vw2ysc
2012-10-18 13:49:50 +02:00
Bhumi Thakkar (Open ERP) 3acafeadbc [IMP] Improve code check record length.
bzr revid: bth@tinyerp.com-20120911081559-3c6ll9ab1mvk3u07
2012-09-11 13:45:59 +05:30
Xavier Morel b7c735f84e [REM] broken styles
bzr revid: xmo@openerp.com-20120906121227-pt83g8q7c92wedn2
2012-09-06 14:12:27 +02:00
niv-openerp 006ed33ff3 wip
bzr revid: nicolas.vanhoren@openerp.com-20120904164241-lrvvsj5i7axni5ng
2012-09-04 18:42:41 +02:00
Olivier Dony 682168e202 [REVERT] Revert hasty commit r.2976 - wreaks havoc on many views by revealing <li> bullets everywhere
bzr revid: odo@openerp.com-20120827140310-zzp1kmtulvenuamo
2012-08-27 16:03:10 +02:00
niv-openerp 5e338c591a [IMP] made a whole-application replace of $element by $el
bzr revid: nicolas.vanhoren@openerp.com-20120824182707-vt91ef40ieeudwyw
2012-08-24 20:27:07 +02:00
niv-openerp 7c334cfb5a [IMP] Improved css to support semantic html
bzr revid: nicolas.vanhoren@openerp.com-20120824114204-i6qprxhwczkkem6z
2012-08-24 13:42:04 +02:00
Fabien Pinckaers 4ab4e1a739 [Merge] trunk
bzr revid: fp@tinyerp.com-20120705122259-zu2hm32a2wh1g6y0
2012-07-05 14:22:59 +02:00
Fabien Meghazi 5d343c4e5e [IMP] Support for @class in views definitions
bzr revid: fme@openerp.com-20120627151733-cgtfminjoqoxix11
2012-06-27 17:17:33 +02:00
Minh Tran dd2b3227a8 Graph dropdown toggle improvement
bzr revid: mit@openerp.com-20120625144845-idyfjd3px6pct5jj
2012-06-25 16:48:45 +02:00
Minh Tran 61a17c3f56 Styling of the graph view dropdown menu
bzr revid: mit@openerp.com-20120613120826-q1mmzhx1qdx2m8cw
2012-06-13 14:08:26 +02:00
Xavier Morel 84806f8929 [MERGE] flotr2-based graphview rewrite
bzr revid: xmo@openerp.com-20120608071323-fdto8bu8bvuwfx3m
2012-06-08 09:13:23 +02:00
Xavier Morel 30e491dfea [FIX] Crummy attempt to make flotr behave on min bounds
It apparently doesn't manage to correctly infer graph lower bound (at
least) for stacked bar graphs, breaking the opportunities graph (y
axis legend blows a gasket) and the purchases graph of the purchase
dashboard (only displays part of the graph instead of starting from 0)

bzr revid: xmo@openerp.com-20120608070312-du2plvx01io9cyk5
2012-06-08 09:03:12 +02:00
Xavier Morel 656ce51ae4 [IMP] encode behavior of menu items directly in their markup as data attributes
bzr revid: xmo@openerp.com-20120607154645-3ghi8fnuqqrhr40z
2012-06-07 17:46:45 +02:00
Xavier Morel bdfcd758d0 [FIX] styllistic fixes|
bzr revid: xmo@openerp.com-20120607141712-48kp7blb7ijvyk2u
2012-06-07 16:17:12 +02:00
Fabien Pinckaers 0c16867d4d imp
bzr revid: fp@openerp.com-20120508000955-pe46k8g56cj360e8
2012-05-08 02:09:55 +02:00
Fabien Pinckaers 173785903c [IMP] fixed download as PNG
bzr revid: fp@openerp.com-20120507234218-b1o2oyle5xf2cyhr
2012-05-08 01:42:18 +02:00
Fabien Pinckaers eb9a03cdd3 [IMP] tooltips
bzr revid: fp@openerp.com-20120507232616-yhlznjh2zdbiykb6
2012-05-08 01:26:16 +02:00
Fabien Pinckaers 376530539c [IMP] fix
bzr revid: fp@openerp.com-20120507230826-7tsxcleqv3zog8yh
2012-05-08 01:08:26 +02:00
Fabien Pinckaers f717620586 [IMP] fix
bzr revid: fp@openerp.com-20120507230629-5ohl37bzcg6livlp
2012-05-08 01:06:29 +02:00
Fabien Pinckaers 3baa750e38 [IMP] fix
bzr revid: fp@openerp.com-20120507224957-3f759d1oheboy2o5
2012-05-08 00:49:57 +02:00
Fabien Pinckaers 9f273b0a36 [IMP] remove print statement
bzr revid: fp@openerp.com-20120507224530-3scu1akm6rpxwzzj
2012-05-08 00:45:30 +02:00
Fabien Pinckaers a1f8231712 [IMP] fixes on graphsé
bzr revid: fp@openerp.com-20120507223257-s9empt6c5uujnf8a
2012-05-08 00:32:57 +02:00
Fabien Pinckaers 99ca1bbbbb [IMP] fetching data, partially working
bzr revid: fp@openerp.com-20120507210643-s9244djxtnh0nazc
2012-05-07 23:06:43 +02:00
Fabien Pinckaers 353f8ef8ee imp
bzr revid: fp@openerp.com-20120507200250-1w3b6xwv1c9vrhbs
2012-05-07 22:02:50 +02:00
Fabien Pinckaers dbaef2660a [IMP] ajax call to get data
bzr revid: fp@tinyerp.com-20120507155501-sccb3bs847zu0erv
2012-05-07 17:55:01 +02:00
Fabien Pinckaers 1105b571b4 [IMP] css
bzr revid: fp@tinyerp.com-20120507152353-u3icc2jjnsb5lrlc
2012-05-07 17:23:53 +02:00
Fabien Pinckaers 3a214057e4 [IMP] Graphs
bzr revid: fp@tinyerp.com-20120507150450-v319vxug5d6a74mf
2012-05-07 17:04:50 +02:00
Fabien Pinckaers 22fb745700 [IMP] working version of graphs, remaining: size & fetch
bzr revid: fp@tinyerp.com-20120507133821-7mmwxo81vfjpq3e5
2012-05-07 15:38:21 +02:00
Fabien Pinckaers e7c0f2cf2b remove unsued file
bzr revid: fp@tinyerp.com-20120507103448-7sw1wsgn9pn0s6cn
2012-05-07 12:34:48 +02:00
Fabien Pinckaers ddcd41dc33 [IMP] loading but crashing
bzr revid: fp@tinyerp.com-20120507103407-h39dmn0u7bekqozd
2012-05-07 12:34:07 +02:00
Fabien Pinckaers 63b583aead [IMP] graphs code
bzr revid: fp@tinyerp.com-20120507095147-qxelcvv2m12t50l4
2012-05-07 11:51:47 +02:00
Fabien Pinckaers 76b1514392 [IMP] code for graph lib
bzr revid: fp@tinyerp.com-20120507094059-y0ogjwcocp71hfue
2012-05-07 11:40:59 +02:00
Fabien Pinckaers 7b0a381091 [FIX] small fix for legend position
bzr revid: fp@tinyerp.com-20120507082337-98g5jufnr7ejca9m
2012-05-07 10:23:37 +02:00
Fabien Pinckaers dd6de9b200 [IMP] replacing by flotr2, initial commit
bzr revid: fp@tinyerp.com-20120507081908-j0sfm5f84f0t32yg
2012-05-07 10:19:08 +02:00
niv-openerp eab7adeacf [imp] remaining of refactoring for 'openerp'
bzr revid: nicolas.vanhoren@openerp.com-20120417124830-6vy3nsjch3w94rt2
2012-04-17 14:48:30 +02:00
niv-openerp 298ef40999 [imp] modified kanban to be used in a o2m
bzr revid: nicolas.vanhoren@openerp.com-20120405161404-0czrls5qe9bk0hhf
2012-04-05 18:14:04 +02:00
niv-openerp 9834565c65 [imp] refactoring to allow easy usage of embedded view in any view
bzr revid: nicolas.vanhoren@openerp.com-20120405160315-vn2gawdesxuy53b3
2012-04-05 18:03:15 +02:00
niv-openerp 75d39c7f6a [imp] renammed stop()
bzr revid: nicolas.vanhoren@openerp.com-20120221162912-zheko30qoh84hcoq
2012-02-21 17:29:12 +01:00
niv-openerp 8384876ef0 [imp] renamed widget_parent to getParent()
bzr revid: nicolas.vanhoren@openerp.com-20120221153023-cqs66neaddtuf7km
2012-02-21 16:30:23 +01:00
Kunal Chavda (OpenERP) d51511d93c [FIX]Fixed code for key issue in graph.
bzr revid: kch@tinyerp.com-20120216084237-egxidkgqbhjruks4
2012-02-16 14:12:37 +05:30
Xavier Morel 8ad5f239f5 [FIX] unscrew labels in graphs
bzr revid: xmo@openerp.com-20120215112424-meswcv2u60b0lxdi
2012-02-15 12:24:24 +01:00
Xavier Morel 99f01e1df2 [MERGE] graph issues fixes
bzr revid: xmo@openerp.com-20120215092422-0emfdu4cx3opuxxk
2012-02-15 10:24:22 +01:00
Vaibhav (OpenERP) 7ef0c1e17d [FIX] Undefined container element for Pie chart, error while string operation on boolean value.
bzr revid: vda@tinyerp.com-20120215063746-7j0n14lms083hh79
2012-02-15 12:07:46 +05:30
Xavier Morel b1f1ca0ea1 [FIX] stupid dhtmlxGraph blowing up everything in MSIE8 when not in debug mode
bzr revid: xmo@openerp.com-20120213111746-uojye5kfp1zpsb4a
2012-02-13 12:17:46 +01:00
Vidhin Mehta (OpenERP) c76a60098b [IMP]fix graph issue when no data.
lp bug: https://launchpad.net/bugs/928123 fixed

bzr revid: vme@tinyerp.com-20120210134858-kq1oxpsikpuc8kxn
2012-02-10 19:18:58 +05:30
Vidhin Mehta (OpenERP) 7b171c0eac [IMP]graph x axis item.
bzr revid: vme@tinyerp.com-20120201090221-44sxb9m418nhukly
2012-02-01 14:32:21 +05:30
Xavier Morel b9a290a38b [FIX] avoid losing all available views when switching from graph to list via clicking on graph item
bzr revid: xmo@openerp.com-20120117164337-tuh1tkjra0drvg7r
2012-01-17 17:43:37 +01:00
Xavier Morel 3217a9292f [FIX] value used by graph based on selection fields when opening lists
bzr revid: xmo@openerp.com-20120116121727-1x30vp9ffs7qotpr
2012-01-16 13:17:27 +01:00
Fabien Meghazi e9ca86dd63 [IMP] More dataset refactoring
bzr revid: fme@openerp.com-20120110165451-pvchn668y0b1p645
2012-01-10 17:54:51 +01:00
Vidhin Mehta (OpenERP) f810344035 [FIX]check value and selection field.
lp bug: https://launchpad.net/bugs/910821 fixed

bzr revid: vme@tinyerp.com-20120105085729-xcl43wdalml8v8f7
2012-01-05 14:27:29 +05:30
Christophe Simonis 8eb5a7c75a [FIX] each view type do_push_state at least once
bzr revid: chs@openerp.com-20120103160650-su6zcrepd8fqpbai
2012-01-03 17:06:50 +01:00
Kunal Chavda (OpenERP) 7d0bc5e163 [FIX]Fixed code for showing pie chart.
lp bug: https://launchpad.net/bugs/906783 fixed

bzr revid: kch@tinyerp.com-20111220094204-4qihd3jnxyeggkl4
2011-12-20 15:12:04 +05:30
Xavier Morel a8286263ff [ADD] lazy translation function, to correctly translate strings in contexts evaluated before the translation db has been loaded
bzr revid: xmo@openerp.com-20111216130000-56qd717d79529opy
2011-12-16 14:00:00 +01:00
Xavier Morel 265d9e1ef4 [ADD] translatable name to views
lp bug: https://launchpad.net/bugs/904989 fixed

bzr revid: xmo@openerp.com-20111216112054-xys9q3ap6dcatppr
2011-12-16 12:20:54 +01:00
Antony Lesuisse d1ddc1ee78 [IMP] factorise View.do_show do_hide
bzr revid: al@openerp.com-20111214171811-c4bka4nwylp3wn21
2011-12-14 18:18:11 +01:00
Xavier Morel 032ba8b1b7 [ADD] line and area chart types support
bzr revid: xmo@openerp.com-20111214135930-1u461pi2ym2y9nij
2011-12-14 14:59:30 +01:00
Kunal Chavda (OpenERP) 165f43d2ce [IMP]Improved code for use different properties when different chart type.
bzr revid: kch@tinyerp.com-20111209110521-srj00rg522kjho0f
2011-12-09 16:35:21 +05:30
Kunal Chavda (OpenERP) 65483c91a6 [IMP]Improved code by removing duplicate code.
bzr revid: kch@tinyerp.com-20111208070002-oyk17wy006fyds3c
2011-12-08 12:30:02 +05:30
Fabien Meghazi a464639221 [IMP] Improved debugging infos in sidebar and for debug View#xxx button
bzr revid: fme@openerp.com-20111207145514-s0yisb191841utp6
2011-12-07 15:55:14 +01:00
Kunal Chavda (OpenERP) 16bf0d2a0d [ADD]Implement new linechart and areachart.
bzr revid: kch@tinyerp.com-20111207133055-ghaagmkgjsmy3i8a
2011-12-07 19:00:55 +05:30
Fabien Meghazi e719ba764a [FIX] Fixed view_manager double do_search triggering
[REM] Removed autosearch
[REM] Removed last search caching

bzr revid: fme@openerp.com-20111206113658-ntnl14ezdnqqhe3m
2011-12-06 12:36:58 +01:00
Xavier Morel 41e8b3f92c [FIX] correctly send context during graph's fields_get
lp bug: https://launchpad.net/bugs/898636 fixed

bzr revid: xmo@openerp.com-20111206113141-nbfxp0jx4lrgo95g
2011-12-06 12:31:41 +01:00
Kunal Chavda (OpenERP) 36d2447058 [FIX]Fixed code for showing stackbar chart. dhtmlxchart not support forward or backward slash in key to get value from result.
lp bug: https://launchpad.net/bugs/889731 fixed

bzr revid: kch@tinyerp.com-20111122045639-2y6b5el3a2bjthis
2011-11-22 10:26:39 +05:30
Fabien Meghazi db2c85635b [IMP] Upgraded unserscore version from 1.1.7 to 1.2.2 and underscore.string from 1.1.6 to 1.2.0
WARNING: underscore string does not mixin to underscore by default. Use _.str.*

bzr revid: fme@openerp.com-20111115123059-k31lhp0db2d8h22k
2011-11-15 13:30:59 +01:00
Xavier Morel a21a208e4c [FIX] graph tooltips remaining on screen after clicking them
bzr revid: xmo@openerp.com-20111110135052-u6r2uw5o5pqdgzpm
2011-11-10 14:50:52 +01:00
Christophe Simonis 6e735ccbbe merge upstream
bzr revid: chs@openerp.com-20111103111333-93bu8xdgs30ry5ig
bzr revid: chs@openerp.com-20111108154541-dsz5sjnf7xwihg06
2011-11-08 16:45:41 +01:00
Christophe Simonis ae0bf044ef [IMP] qweb templates are stored in addon manifest and given by the server
bzr revid: chs@openerp.com-20111102111105-ibyupno1e47sv9ho
2011-11-02 12:11:05 +01:00
Xavier Morel 04b619f7bb [FIX] incorrect rendering of hidden graphs
dhtmlx is apparently entirely unable to render invisible graphs
(hidden via display:none on itself or a parent, visibility: hidden
does not trouble it), it apparently uses the actual size of the graph
container in its rendering and display:none elements have no
dimensions.

A graph in an o2m in a secondary tab gets rendered in display:none
environment yielding a completely broken and unusable graph.

Worked around this by deferring the graph's rendering until
visibility: the actual graph rendering is stored in a function which
is periodically deferred (via setTimeout) until we know the graph view
is visible (meaning its root element isn't invisible
anymore). Ideally, we'd use a library which is not broken instead...

The check periodicity is currently set to 100ms, seems sufficiently
reactive for our purposes.

lp bug: https://launchpad.net/bugs/880789 fixed

bzr revid: xmo@openerp.com-20111028122608-6hyi7lqpr3jh9rw3
2011-10-28 14:26:08 +02:00
niv-openerp e2e01eed83 [imp] mado o2m compatible with graph view
bzr revid: nicolas.vanhoren@openerp.com-20111007162156-10r2h2zws40oabnp
2011-10-07 18:21:56 +02:00
niv-openerp 9b7f1c5811 [imp] improved graph view to support o2m (not finished)
bzr revid: nicolas.vanhoren@openerp.com-20111007152116-r4ad6z4u035pjxgq
2011-10-07 17:21:16 +02:00
Fabien Meghazi 3e1b007478 [IMP] Viewmanager sets dataset's domain & context on_search
bzr revid: fme@openerp.com-20111003135203-d3p18cfdh5jko976
2011-10-03 15:52:03 +02:00
Fabien Meghazi f2cd835296 [IMP] Fixed gantt in order to support new do_search
bzr revid: fme@openerp.com-20110929114815-4nql5xzwztb77vdm
2011-09-29 13:48:15 +02:00
Fabien Meghazi 03585c43c5 [MERGE] Merge with trunk
bzr revid: fme@openerp.com-20110929113120-30k2cdyyxw7tpfot
2011-09-29 13:31:20 +02:00
Xavier Morel bdf7076f23 [FIX] code should use abscissa, not first_field
bzr revid: xmo@openerp.com-20110929083013-85voh4e8062vx8hx
2011-09-29 10:30:13 +02:00
Xavier Morel fff01535ba [IMP] avoid reading all fields of the object on big models
bzr revid: xmo@openerp.com-20110929075126-1w9wa3695w3zfr5y
2011-09-29 09:51:26 +02:00
Fabien Meghazi 03156f88ff [IMP] The views do not have to search manually on do_show anymore
bzr revid: fme@openerp.com-20110928154608-mlehfgprg03byksr
2011-09-28 17:46:08 +02:00
Xavier Morel c18256fe3d [FIX] field names in pie chart builder and link to other views in charts
bzr revid: xmo@openerp.com-20110928145919-z4c7n550399kt8gt
2011-09-28 16:59:19 +02:00
Xavier Morel 784d6789fb [ADD] placeholder info in charts which can not be displayed
bzr revid: xmo@openerp.com-20110928142422-0uogjyg3sa1znaah
2011-09-28 16:24:22 +02:00
Xavier Morel cd39bd968d [FIX] reimplement transformation for stacked bars
In DHTMLX, stacked bars require a very different topology than
clustered, essentially it requires taking clustered data and "rotating
it".

This implement the transformation of the series descriptors
('group_list' sequence which sets up the key, label and color for each
series) and of the series itself (sets up a key for each possible
value of the aggregation field, with each key prefixed by the name of
the ordinate column).

To handle grouped *and clustered* graphs, which dhtmlx does not
natively support, might be able to reimplement this Excel/Numbers
hack:
http://peltiertech.com/WordPress/clustered-stacked-column-bar-charts/
by iterating over all this.columns (rather than just the ordinate)
and... not sure actually, creating a record for each of these columns
for each abscissa value, with all other fields set to 0? Maybe?

bzr revid: xmo@openerp.com-20110928135219-edp80g7k6x60s3l8
2011-09-28 15:52:19 +02:00
Xavier Morel aa25be3746 [NOTSURE] Attempt to make graph code significantly more readable, break groupby and pie charts
bzr revid: xmo@openerp.com-20110928124542-5yn683kukq60zwng
2011-09-28 14:45:42 +02:00
Xavier Morel 5a17f5030a [REM] useless fields
bzr revid: xmo@openerp.com-20110926160111-rk032zr2lylk1hlx
2011-09-26 18:01:11 +02:00
Xavier Morel bd3b4c68ea [REM] a bunch of mostly-not-useful code (breaking one axis label, for now)
bzr revid: xmo@openerp.com-20110926151633-afd6y4jz0doy5lmd
2011-09-26 17:16:33 +02:00
Xavier Morel 0a3a7663d1 [IMP] remove custom implementation of fields_view_get in graph view
bzr revid: xmo@openerp.com-20110926140241-4xuobnvpncetk7bx
2011-09-26 16:02:41 +02:00
Khushbu 895c2ab980 [FIX] direct use of element_id
bzr revid: kmo@tinyerp.com-20110923093753-8ghoyq5y24imet7y
2011-09-23 15:07:53 +05:30
Khushbu 9adf06ef6f [FIX] Used views own element id.
bzr revid: kmo@tinyerp.com-20110923085557-t6alqpum8aa5ic4i
2011-09-23 14:25:57 +05:30
kmo f8b7d96e20 [FIX]Remove Overlapping of graph in Dashboard.
lp bug: https://launchpad.net/bugs/854692 fixed

bzr revid: kgo@kgo-desktop-20110921113743-0p19ocxmf26n2jtl
2011-09-21 17:07:43 +05:30
niv-openerp 2836c157d4 [imp] changed init of most views + the places were we init them
bzr revid: nicolas.vanhoren@openerp.com-20110915094944-7l229rjknptr5vcl
2011-09-15 11:49:44 +02:00
niv-openerp eddd4a8827 [imp] added this._super() in all views
bzr revid: nicolas.vanhoren@openerp.com-20110915094246-6v6imml9bf3y4ycj
2011-09-15 11:42:46 +02:00
Fabien Meghazi e0eec18342 [IMP] Removed global QWeb. Now instanciate a QWeb2.Engine for each session: instance.web.qweb
bzr revid: fme@openerp.com-20110907093743-k0224c5qjb74hxvb
2011-09-07 11:37:43 +02:00
Antony Lesuisse 29dee8243b renamse base to web part3 renamed xml
bzr revid: al@openerp.com-20110905123743-5vous81ne3qocgkz
2011-09-05 14:37:43 +02:00
Antony Lesuisse d1d7dd6c87 renamse base to web part2
bzr revid: al@openerp.com-20110905122815-m99c0w1lkzxxjh8o
2011-09-05 14:28:15 +02:00
Antony Lesuisse bedfc48dcf rename base into web part1
bzr revid: al@openerp.com-20110905110309-egx167t1ni1fzho1
2011-09-05 13:03:09 +02:00