lp:~openerp-dev/openobject-server/6.1-bug-932830-cto

Created by Samus CTO (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/6.1-bug-932830-cto
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

4074. By Samus CTO (OpenERP)

[FIX] infinte loops in tools.graph

4073. By Samus CTO (OpenERP)

[REF] Clean up of tools.graph

4072. By Olivier Dony (Odoo)

[FIX] fields.binary: allow writing base64 unicode string values

The fields.binary type allows storing arbitrary
byte arrays, but it has been used historically
to store base64-encoded versions of the binaries.
This was partially related to the way these binary
values are serialized when transferred using the
standard XML-RPC protocol.
With the introduction of JSON-based RPC calls
alongside the 6.1 web client, these base64-encoded
binaries may now be deserialized as unicode ASCII
strings instead of 8-bit strings. That seems like
an acceptable behavior and we can simply coerce
these unicode strings to bytes strings as we know
they will be pure ASCII. Any non-ASCII unicode
value for binary field makes no sense and should
be passed as a byte string directly.

Thanks to Rui Barreiros for providing the final
hint in bug 919982 comments that lead to the
identification of this bug.

4071. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4070. By Christophe Simonis (OpenERP)

[FIX] proxy-mode is now really active

4069. By Olivier Dony (Odoo)

[FIX] Correct remaining SQL now() calls, must use UTC

This is essential to have the proper behavior for
timestamps: on the database side we exclusively
store UTC data (no DST issues, etc.) as naive
timestamps (to prevent Postgres from messing with them).
Inside OpenERP server/addons we work again with
pure UTC data (much simpler), and only render
them according to the user's timezone when they
are displayed in the user interface or rendered
in a PDF report.

4068. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4067. By Xavier (Open ERP)

[FIX] base.module.upgrade: fix fields_view_get overload

4066. By Antony Lesuisse (OpenERP)

[REL] OpenERP 6.1

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