Commit Graph

23 Commits

Author SHA1 Message Date
Nicolas Lempereur 11cd2f38d3 [FIX] kanban: number missing in IE9
In IE9 there is a "dy" attribute of tspan svg elements which may be wrongly not
set to 0. These elements may then be lower than they should (and thus may
eventually not be seen at all if they are outside of the svg view area).

This fix adds IE9 in the range of browsers to which the "dy" must be set to 0.

This issue don't happen in the last official release (http://www.justgage.com/)
thanks to either a fix since RaphaelJS 2.0.2 or an update in justgage.
2015-04-07 13:37:52 +02:00
Nicolas Lempereur b8b8329044 Revert "[FIX] web: set_cache want unicode when caching css"
This reverts commit e75e2ce2e5.
2015-04-07 10:55:24 +02:00
Nicolas Lempereur e75e2ce2e5 [FIX] web: set_cache want unicode when caching css 2015-04-07 10:29:33 +02:00
Olivier Dony 7b4846afd7 [FIX] wek_kanban_gauge: use field raw_value to avoid thousands separator etc. 2014-07-28 18:50:55 +02:00
Christophe Matthieu ac43bda48a [FIX] web_kanban_gauge: don't use fit=true for raphael.js because preserveAspectRatio svg attribute is wrong 2014-07-07 15:20:14 +02:00
xmo-odoo 74de2461a1 Merge pull request #926 from xmo-odoo/master-cleanup-gauge-xmo
Fix implicit globals in kanban_gauge JS
2014-07-07 09:50:48 +02:00
Thibault Delavallée f0ef8ac446 [FIX] web_kanban_sparkline, sales_team, stock: use char function field to transmit sparkline data; the data is now correctly dumped into json, and parsed in the widget. 2014-07-04 14:42:38 +02:00
Xavier Morel 13c03caea8 [FIX] web_kanban_gauge: bunch of implicit globals in JS code 2014-07-04 11:03:31 +02:00
Thibault Delavallée 0b43555b65 [IMP] web_kanban_gauge: fade update when changing the value
bzr revid: tde@openerp.com-20140211122622-5c3doi7vjp5fepfc
2014-02-11 13:26:22 +01:00
Thibault Delavallée f8b9f2a5c5 [IMP] web_kanban_gauge: action_change, renamed to on_click_action, now renamed to on_change, because because.
bzr revid: tde@openerp.com-20140211122240-rtb292sw0f0wngmv
2014-02-11 13:22:40 +01:00
Thibault Delavallée 5113c8bca6 [IMP] web_kanban_gauge: udpated parameters
- new parameters: input_value_field is now called gauge_value_field, this is the field
displayed under the gauge
- new parameter: force_set: whether to force setting a value when the value is nul
- new parameter: on_click_label: label under the input when editing the gauge value
- action_change renamed on_click_action

bzr revid: tde@openerp.com-20140211100445-289mvmr8grcgns8x
2014-02-11 11:04:45 +01:00
Turkesh Patel (Open ERP) fec6e017eb [MRG] merge with lp:openerp-web
bzr revid: tpa@tinyerp.com-20140210085313-gr6191npb2j1fktf
2014-02-10 14:23:13 +05:30
Quentin (OpenERP) f3737b122c [IMP] kanban_gauge: allow to set levelcolors in widget options instead of taking the default ones
bzr revid: qdp-launchpad@openerp.com-20131227164911-tk7og4pf37jmvj0c
2013-12-27 17:49:11 +01:00
Turkesh Patel (Open ERP) e5d02dd3af [MRG] merge with lp:openerp-web
bzr revid: tpa@tinyerp.com-20131206115720-owpc19jxmpcet3e3
bzr revid: tpa@tinyerp.com-20131211132353-h0mvip280u3qwsr3
2013-12-11 18:53:53 +05:30
Thibault Delavallée 84375d5a3e [MERGE] [FIX] web_kanban_gauge: check the value entered in the forecast
[IMP] web_kanban_sparkline: added an option to add a suffix in the sparkline tooltips

bzr revid: tde@openerp.com-20131205160010-8ecv8b618fa6rywj
2013-12-05 17:00:10 +01:00
Thibault Delavallée bd45d6b47b [CLEAN] web_kanban_gauge: removed unnecessary code before merging
bzr revid: tde@openerp.com-20131205150337-5lwc6w7whrtlwp5d
2013-12-05 16:03:37 +01:00
Turkesh Patel (Open ERP) 824e70c090 [MRG] merge with lp:openerp-web
bzr revid: tpa@tinyerp.com-20131111121021-6gl22x44n3nxg14f
bzr revid: tpa@tinyerp.com-20131122085429-9ee7ossuwtr494dz
bzr revid: tpa@tinyerp.com-20131126124409-yuuu0t7au7trd821
2013-11-26 18:14:09 +05:30
Turkesh Patel (Open ERP) 3b6aa6a369 [MRG] merge with lp:openerp-web
bzr revid: tpa@tinyerp.com-20131030052009-1x3ew8xckxzp1evq
bzr revid: tpa@tinyerp.com-20131115105319-tm0zp1jse6pry57o
bzr revid: tpa@tinyerp.com-20131126124131-g4stoj8uwbxk6d45
2013-11-26 18:11:31 +05:30
Denis Ledoux 8dd53f6652 [FIX]web_kanban_gauge, lib justgage.js: comptability problem with Firefox (25.0 tested) with elem.node.firstChild.attributes.dy.value = 0;
bzr revid: dle@openerp.com-20131107140202-inlbhj7zvfg7bqix
2013-11-07 15:02:02 +01:00
Turkesh Patel (Open ERP) 416c47f324 [FIX] replace integer with float in validation
bzr revid: tpa@tinyerp.com-20131023113652-rj74krv1lecyp2xf
2013-10-23 17:06:52 +05:30
Turkesh Patel (Open ERP) 3cdc986c0c [IMP] improved code to pass tooltip delay in option and added function so we can set requred help in inherited modules.
bzr revid: tpa@tinyerp.com-20130916130825-pciwsn0doshstrp2
2013-09-16 18:38:25 +05:30
Turkesh Patel (Open ERP) 39c04cf050 [ADD] added code to pass field to show in input value in just gage.
bzr revid: tpa@tinyerp.com-20130916063117-3bzavo1qs27317w2
2013-09-16 12:01:17 +05:30
Thibault Delavallée 5245e732bc [MOV] [ADD] Moved gauge and sparkline widgets into their own modules.
Introducing two new web modules: web_kanban_gauge and web_kanban_sparkline.

bzr revid: tde@openerp.com-20130906100528-rfk9u9op5u8kadl9
2013-09-06 12:05:28 +02:00