odoo/addons/web/static/src/js
Xavier Morel 9f76458404 [FIX] groupby on editable list
Because of the "meta" columns (e.g. group name column),
ListView#columns would end up with a different number of elements than
ListView#fields_view.arch.children, and when zipping them together (to
build the form view for edition) things wouldn't match anymore.

It would seem simply filtering out meta columns (and only keep those
actually specified by the view) is sufficient to fix the issue and
have everything line up again. I'm midly impressed.

bzr revid: xmo@openerp.com-20121129131301-scc38i4l55ea7lis
2012-11-29 14:13:01 +01:00
..
boot.js [MERGE] from trunk 2012-11-20 11:17:33 +01:00
chrome.js [MERGE] from trunk 2012-11-29 10:10:38 +01:00
corelib.js [MERGE] from trunk 2012-11-29 10:10:38 +01:00
coresetup.js [Merge] Merge the General section. 2012-11-23 11:11:40 +05:30
data.js [FIX] context evaluation in kanban resequencing 2012-11-28 16:10:44 +01:00
data_export.js [FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog 2012-11-20 10:50:42 +01:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [FIX] Listview does not handle base64 value for binary fields 2012-11-12 18:11:28 +01:00
pyeval.js [FIX] use py.js 0.7 API 2012-11-28 12:05:42 +01:00
search.js [FIX] searches with filters using "empty" domain/context values (but not attributes) 2012-11-29 12:24:13 +01:00
test_support.js [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then' 2012-10-30 15:06:30 +01:00
testing.js [MERGE] from trunk 2012-11-20 11:17:33 +01:00
view_form.js [MERGE] from trunk 2012-11-29 10:10:38 +01:00
view_list.js [FIX] disable sorting (column-click) in an editable listview being edited 2012-11-27 10:41:09 +01:00
view_list_editable.js [FIX] groupby on editable list 2012-11-29 14:13:01 +01:00
view_tree.js [REM] EVALPOCALYPSE PART 2: no more python-side eval 2012-11-26 15:05:25 +01:00
views.js [FIX] if an action descriptor is precisely ``false``, treat it as an ir_action_close ~/projects/tiny/web/current 2012-11-29 11:11:37 +01:00