lp:~openerp-dev/openobject-server/7.0-base-contact-xal

Created by Xavier ALT and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/7.0-base-contact-xal
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

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.

5096. By Olivier Dony (Odoo)

[FIX] ir.model: FK constraints for custom m2o fields were never created, creating possible data integrity errors

5095. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5094. By Martin Trigaux (OpenERP)

[FIX] function fields: bound symbol methods of function field, type char, to the correct methods of the char field

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