odoo/addons/web/static
Raphael Collet 2067a206ec [FIX] models: process onchange methods on new records in the order of the view
The onchange() on new records processes fields in non-predictable order.  This
is problematic when onchange methods are designed to be applied after each
other.  The expected order is presumed to be the one of the fields in the view.

In order to implement this behavior, the JS client invokes method onchange()
with the list of fields (in view order) instead of False.  The server then uses
that order for evaluating the onchange methods.

This fixes #4897.
2015-02-10 13:12:40 +01:00
..
lib [IMP] qweb: Allow to propagate value to variables outside the loop. 2015-01-30 14:26:48 +01:00
src [FIX] models: process onchange methods on new records in the order of the view 2015-02-10 13:12:40 +01:00
test [ADD] JS widgets reference documentation 2014-10-07 10:21:44 +02:00