lp://staging/~openerp-dev/openobject-server/7.0-bug-1177965-odo
- Get this branch:
- bzr branch lp://staging/~openerp-dev/openobject-server/7.0-bug-1177965-odo
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 5014. By Olivier Dony (Odoo)
-
[FIX] OPW 592482: browse_record should not prefetch binary fields
This was apparently a long-standing issue due to a
strange handling of the _prefetch attribute on
columns: accessing a column would only trigger
the prefetching if its _prefetch attribute was
True, but the prefetching itself would also
prefetch columns that had _prefetch False.We clearly want it the other way around, or
at least we want _prefetch to decide whether
a column is included in any given prefetching
pass. We can skip the prefetching pass when
the only field being accessed has _prefetch
False because it is likely the other fields
have already been prefetched separately.
This last subtlety should not make any
noticeable performance difference. - 5005. By Olivier Dony (Odoo)
-
[FIX] res.partner: name_search() should match complete contact names in the format returned by name_get()
This was missed during the change of the name_get()
format at revision 4923.1.12
revid:<email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-server/7.0