Commit Graph

20 Commits

Author SHA1 Message Date
Fabien Meghazi 560ac34295 [IMP] bundlify rest of web addons
bzr revid: fme@openerp.com-20140424165735-83jty3iyrslci1q0
2014-04-24 18:57:35 +02:00
Fabien Meghazi 2541ded2c1 [IMP] bundlify web client
bzr revid: fme@openerp.com-20140424092520-xx7nocvacx4mcsyw
2014-04-24 11:25:20 +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
Martin Trigaux 07f2a7c1f9 [MERGE] forward port of latest saas-2 until rev 3893 dle@openerp.com-20131218112416-2vtaq442qo8opq4u
bzr revid: mat@openerp.com-20131218165033-4djghawrzllkeckg
2013-12-18 17:50:33 +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
Denis Ledoux bba98b6a13 [FIX] web_kanban_gauge: set auto install True
case: web_kanban_gauge has been added in the dependance of sale_crm. This module used to auto install when module sale and crm were installed. With this new dependance, the module sale_crm auto install when sale, crm and web_kanban_gauge are installed. We auto install kanban gauge so sale_crm auto install on installation of crm and sales, as web_kanban_gauge will be already installed

bzr revid: dle@openerp.com-20131205093615-1c9z0g5439xokdbt
2013-12-05 10:36:15 +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 837f2c7cb4 [DOC] web_kanban_gauge, web_kanban_sparkline: added doc with changelog
bzr revid: tde@openerp.com-20130912080022-fmzl4hll4wca2yy2
2013-09-12 10:00:22 +02:00
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