lp:~therp-nl/openobject-server/7.0-lp1244428-invalid_m2m_assignment_in_test

Created by Stefan Rijnhart (Opener) and last modified
Get this branch:
bzr branch lp:~therp-nl/openobject-server/7.0-lp1244428-invalid_m2m_assignment_in_test
Members of Therp can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

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

Recent revisions

5106. By Stefan Rijnhart (Opener)

[FIX] Invalid m2m assignment in test

5105. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5104. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5103. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5102. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5101. By Olivier Dony (Odoo)

[FIX] document: overridden ORM methods need to respect API idiosyncrasies, otherwise check() calls may fail

5100. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5099. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5098. By Olivier Dony (Odoo)

[FIX] registry: restore `elif` changed to `if` in previous commit, for better readability (no effect)

This should have no effect because when the first `if`
is entered a new registry is instantiated with
the default value for base_cache_signaling_sequence
set to 1, preventing entering the next `if` even
without `elif`.

5097. By Olivier Dony (Odoo)

[FIX] registry: avoid discarding registry or cache when the registry is fresh

When the sequence value is 1 it means that either:
 - the registry was just instantiated, so there is no
   reason to reload it immediately, the real checks will
   start at next request
 - the db was just created with new sequences set to 1,
   so there has been no change to reload

In both cases there is no good reason to reload the
registry, and it is actually a performance killer,
especially for cron workers that keep iterating on
the list of databases.

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.

Subscribers