lp:~jsancho/openobject-server/non-duplicated-store-function

Created by Javier Sancho and last modified
Get this branch:
bzr branch lp:~jsancho/openobject-server/non-duplicated-store-function
Only Javier Sancho can upload to this branch. If you are Javier Sancho please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Javier Sancho
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

3667. By Javier Sancho <jsancho@bespin>

self.pool._store_function should not have duplicated functions

When initiating ORM objects self.pool._store_function is loaded with
duplicated functions, so record creation and updates with some functions
stored at database can be very slow.

Having non duplicated functions improve general performance when writing
data.

3666. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3665. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3664. 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.

3663. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3662. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3661. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3660. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3659. By Xavier ALT

[MERGE] OPW 586600: orm: delete a record properties when deleting the record.

  backport of v6.1 server revision-id: <email address hidden>

3658. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-server
This branch contains Public information 
Everyone can see this information.