odoo/addons/web/static
Denis Ledoux 3636aeb59d [FIX] web: field on change event
This is related to rev. d17f22cde7

Compare float values using float_is_zeor only
if the key is 'value',
meaning the changed value is the actual value of the field,
not another variable of the field (widget, etc.)

For instance, changing the currency_info of a float field
using the monetary widget should not compare the old and new value using
float_is_zero (the values are not even floats).

opw-627166
2015-02-04 13:03:39 +01:00
..
lib [IMP] qweb: Allow to propagate value to variables outside the loop. 2015-01-30 14:26:48 +01:00
src [FIX] web: field on change event 2015-02-04 13:03:39 +01:00
test [ADD] JS widgets reference documentation 2014-10-07 10:21:44 +02:00