lp:~alejandrosantana/ocb-server/7.0-fix-dbfilter-ignored-in-config-file

Created by Alejandro Santana and last modified
Get this branch:
bzr branch lp:~alejandrosantana/ocb-server/7.0-fix-dbfilter-ignored-in-config-file
Only Alejandro Santana can upload to this branch. If you are Alejandro Santana please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

5123. By Alejandro Santana

[FIX] Fix dbfilter ignored in config file. Simple fix never commited in official branch. https://bugs.launchpad.net/openobject-server/+bug/940439

5122. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5121. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5120. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5119. By Olivier Dony (Odoo)

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

5118. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5117. By David BEAL (ak)

[FIX] replace 'str' by 'unicode' in 'ir_model_fields' class (write method) in 'model_props' list for 'field_description' field : avoid to crash when you change 'field_description' value with some non ascii chars and rollback spaces deletion

5116. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5115. 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`.

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