odoo/addons/web/static
Martin Trigaux 6262e3479b [FIX] web: onchange on field binary
When setting a value to a field binary, a char field can be set as 'filename'
that needs to be recomputed to specify the new file name.
Before new api, the _internal_set_value method would trigger a onchange but it's
no longer the case now (so onchange on filename field was no longer executed).
Instead, manually set the value using set_value method which do trigger the
onchange.
Fixes #2427, opw 617109
2015-04-20 16:33:55 +02:00
..
lib [FIX] py.js: arguments dispatching in PY_call 2015-03-03 11:51:50 +01:00
src [FIX] web: onchange on field binary 2015-04-20 16:33:55 +02:00
test [ADD] js tests: more relativedelta tests 2015-03-03 11:55:18 +01:00