lp://staging/~openerp-dev/openobject-server/7.0-bug-1177965-odo

Created by Olivier Dony (Odoo) and last modified
Get this branch:
bzr branch lp://staging/~openerp-dev/openobject-server/7.0-bug-1177965-odo
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Merged

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.

5013. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5012. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5011. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5010. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5009. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5008. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5007. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5006. By Christophe Simonis (OpenERP)

[FIX] correct stripping of arguments when _reexec() OpenERP

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
This branch contains Public information 
Everyone can see this information.

Subscribers