odoo/addons/web
Xavier Morel 7acadc00c6 [FIX] unwarranted assumption that name_get(ids) and read(ids) will return the same records in the same order
There is actually no such guarantee, neither name_get nor read
guarantee they'll return records in input order, let alone in the same
order as one another, and both are free to skip records as they see
fit (kinda).

=> convert the name_get result to a dict, and then fill in the
display_name for each record returned by read() using get()

bzr revid: xmo@openerp.com-20121213130548-x1h6czyru5nc6wwm
2012-12-13 14:05:48 +01:00
..
cli [FIX] test_js typo 2012-12-09 05:30:15 +01:00
controllers [FIX] unwarranted assumption that name_get(ids) and read(ids) will return the same records in the same order 2012-12-13 14:05:48 +01:00
doc [FIX] doc: rename and re-include 'presentation' 2012-12-12 17:57:39 +01:00
i18n Launchpad automatic translations update. 2012-12-13 05:01:31 +00:00
static [FIX] problem when the user has a long name, the top bar will expand on two lines 2012-12-13 11:52:00 +01:00
tests [IMP] menu loading: simplify/optimize menu loading mechanism and de-duplicate need_action load, use child_of, skip useless calls, update tests 2012-12-12 21:51:20 +01:00
__init__.py [IMP] testjs command 2012-12-09 03:48:10 +01:00
__openerp__.py [MERGE] from trunk 2012-11-20 11:17:33 +01:00
http.py [IMP] web.http: _load_addons load the addons in a reproducible way. 2012-12-10 15:04:11 +01:00
session.py [REM] dead code from evaluation being client-side only 2012-11-29 15:17:59 +01:00