odoo/addons/web/static/src
Xavier Morel 71ede66dce [FIX] handling of @onwrite
extraction was broken: using _.bind/3 will partially apply the
function (first argument) on top of binding it to a context (second
argument), but the partial application will be from the *left* (which
is pretty much the only one making sense, short of kwargs).

handle_onwrite_record took its arguments the wrong way around: the
partially applied one was specified on the right and the "actually
applied" one was on the left, so it used the wrong argument and ended
up blowing up the rest of the code.

bzr revid: xmo@openerp.com-20120718101744-bbbshq60x2kqhob6
2012-07-18 12:17:44 +02:00
..
css [ADD] default_get support on new row creation 2012-07-16 13:04:30 +02:00
font Improved view switcher icons 2012-05-11 17:42:48 +02:00
img Partial relooking of the searchview 2012-05-24 20:16:48 +02:00
js [FIX] handling of @onwrite 2012-07-18 12:17:44 +02:00
xml [ADD] discard 'link-ish' to editable list view 2012-07-11 16:20:48 +02:00