odoo/addons/web/static/src/js
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
..
boot.js [REM] Removed openerp.log 2012-06-11 11:19:09 +02:00
chrome.js [FIX] problem in m2o due to wrong element destruction in dialogs 2012-07-03 11:53:11 +02:00
corelib.js [FIX] correct jsonp. backport of revid:chs@openerp.com-20120531132020-ccagkni2dqu6i75u from 6.1 branch 2012-07-03 17:14:01 +02:00
coresetup.js [MERGE] jQuery.timeago translation support, re-extract POTs 2012-07-02 09:14:28 +02:00
data.js [imp] improved AbstractFormPopup 2012-05-16 15:01:42 +02:00
data_export.js [imp] refactored data_export.js 2012-04-17 13:56:37 +02:00
data_import.js [CHG] Ashes to ashes, dashes to underscores. 2012-06-27 16:12:49 +02:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [CHG] Ashes to ashes, dashes to underscores. 2012-06-27 16:12:49 +02:00
search.js [FIX] tests: update jquery link, fix broken searchview test following merge 2012-07-12 13:55:52 +02:00
test_support.js [ADD] nonliterals in dataset tests 2012-02-27 09:51:28 +01:00
view_editor.js [IMP]may be regression of 2505. 2012-06-21 14:27:57 +05:30
view_form.js [IMP] DOWNCASE ALL THE THINGS 2012-07-17 15:23:08 +02:00
view_list.js [IMP] DOWNCASE ALL THE THINGS 2012-07-17 15:23:08 +02:00
view_list_editable.js [FIX] handling of @onwrite 2012-07-18 12:17:44 +02:00
view_tree.js [IMP] Support for @class in views definitions 2012-06-27 17:17:33 +02:00
views.js [MERGE} from trunk 2012-07-11 13:29:59 +02:00