odoo/addons/web/static/src/js
Xavier Morel d51c9a8590 [FIX] double-include of ids in the dataset, and double-save in some cases ~/projects/tiny/web/current
on [change] of a listview record, if there was no id on the record
(id=false) we need to add one. But depending how the creation/addition
of the record was done, the id may already have been inserted e.g. by
the formview.

So first check if the record's id is already in the dataset, and add
it if it's not.

bzr revid: xmo@openerp.com-20120709092401-p1in6bvs5e2ptp5p
2012-07-09 11:24:01 +02:00
..
boot.js [REM] Removed openerp.log 2012-06-11 11:19:09 +02:00
chrome.js [FIX] Fixed kanban view global click 2012-06-25 17:01:50 +02:00
corelib.js [MERGE] 6.1 changes and trunk 2012-06-25 15:52:15 +02:00
coresetup.js [IMP] timeago i18n and coresetup reordering 2012-06-22 00:49: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 [MERGE] 6.1 changes and trunk 2012-06-25 15:52:15 +02:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [FIX] Problem with float formatting, not analyzing correctly the digits parameter 2012-06-21 14:41:23 +02:00
search.js [MERGE] move filtering of non-searchable fields to prune the fields list itself 2012-06-21 12:11:03 +02:00
test_support.js [ADD] nonliterals in dataset tests 2012-02-27 09:51:28 +01:00
view_editor.js [fix] problem with the view manager 2012-06-06 15:10:42 +02:00
view_form.js [TEST] saving of editor with required non-filled field, and cancelling of edition 2012-07-04 17:23:29 +02:00
view_list.js [FIX] double-include of ids in the dataset, and double-save in some cases ~/projects/tiny/web/current 2012-07-09 11:24:01 +02:00
view_list_editable.js [ADD] 'false' id to newly created records, otherwise format_cell's button rendering blows up 2012-07-09 10:46:52 +02:00
view_tree.js [imp] remaining of refactoring 2012-04-17 14:15:59 +02:00
views.js [TEST] start adding some testing to new editable listview, validate structure of editionView in Editor 2012-07-04 11:56:26 +02:00