lp:~therp-nl/ocb-server/7.0-lp1226576-restore_babel_compatibility

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

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Therp
Project:
OpenERP Community Backports (Server)
Status:
Development

Recent revisions

5096. By Stefan Rijnhart (Opener)

[FIX] Restore compatibility with Babel > 0.9.6 (keeping backwards compatibility)

5095. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5094. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5093. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5092. By Christophe Simonis (OpenERP)

[FIX] ir.ui.view: properly validate newly created inheriting views

    When a new inheriting view is imported during a module
    installation, it is validated thanks to the _constraints
    on the ir.ui.view model. However the validation uses
    a rather convoluted system for validating the whole
    view tree at once (root view + all inherited changes)
    while only taking into account the views that belong
    to modules that are currently loaded.

    This complicated system is necessary to be able to
    operate on-the-fly at any point during the registry
    loading/initialization.

    Now because _constraints are checked during create()
    this particular validation happens *before* the
    external ID (ir.model.data entry) of that new view
    can be created (it obviously needs to wait until
    the view record is inserted). As a consequence the
    view validation cannot determine the module to
    which that new view belongs, and was erroneously
    ignoring it.
    Changing the view filtering to also include views
    that have triggered this check.
    Manually created views are not check during registry
    update.

5091. By Martin Trigaux (OpenERP)

[MERGE] [FIX] report: Skip register reports that have xsl but no xml

5090. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5089. By Olivier Dony (Odoo)

[FIX] ir.mail_server: be more lenient when validating From address

When a user has their email as name, the system will
construct the From header as "email<email>".
We previously forbade this, because the naive
check only counts the number of emails in
the From header.
We might need to drop that assert or implement
something better in the future.

5088. By Olivier Dony (Odoo)

[MERGE] modules.loading: extra loop when installing/upgrading modules to help solve missing deps

In some rare cases the dependencies have changed, and modules that newly depend
on a module that is not installed cannot be loaded on the first pass.

For technical reasons all installed/to upgrade/to remove modules have to be
processed before starting to consider new installations, so this requires
two passes.

In trunk the inner loop inside `load_marked_modules()` will be dropped
because it should be unnecessary.

5087. By Martin Trigaux (OpenERP)

[MERGE] res.users: synchronise partner's company with the one of the user

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.

Subscribers