lp:~openerp-dev/openobject-server/7.0-bug-1115119-thu

Created by Vo Minh Thu and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/7.0-bug-1115119-thu
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

4875. By Vo Minh Thu

[FIX] setup.py (windows): add some babel files not automatically included by py2exe.

4874. By Xavier (Open ERP)

[IMP] deduplicate trans_parse_view code, rename for clarity

also correctly handle all translatable attributes in a <attribute name=...> extension tag

4873. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4872. By Vo Minh Thu

[FIX] setup.nsi: fix the posgresql registry check:

My understanding is that EnumRegKey will index (the last argument)
the given registry path. When nothing is found, it sets the first
argument to the empty string. Only if the given path is wrong an
error is generated. So we have to go to the DoInstallPostgreSQL
label.

4871. By Chris Biersbach (OpenERP)

[MERGE] OPW 585261: translations: corrects extraction of translation for placeholders

4870. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4869. By Quentin (OpenERP) <email address hidden>

[MERGE] base, res.users: added onchange_state() on res.users. Was crashing because the _inherits is not a real python inheritance

4868. By Xavier (Open ERP)

[FIX] strip server action code before passing it to eval

Python 2.7's compile handles trailing whitespaces correctly, Python
2.6 does not and blows up.

4867. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4866. By Olivier Dony (Odoo)

[MERGE] *: fix/rationalize db logging to avoid incorrect values during logging

The setting/clearing of the tracking were not done
consistently, causing log messages that appeared
to come from one database while coming from another
one or none at all.

The tracker is now set at the earliest points
of request handling as possible:
- in web, when creating WebRequests (dbname, uid)
- at RPC dispatching in server (uid)
- at cron job acquisition in CronWorker (dbname)
- at Registry acquisition in RegistryManager (dbname)

The tracker is cleared at the very entrance of
the request in the WSGI `application`, ensuring
that no logging is produced with an obsolete
db name. (It cannot be cleared at the end of
the request handling because the werkzeug
wrapper outputs more logging afterwards)

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