lp:~fde-be/openobject-server/invisible_attr_on_group

Created by Francois Degrave and last modified
Get this branch:
bzr branch lp:~fde-be/openobject-server/invisible_attr_on_group
Only Francois Degrave can upload to this branch. If you are Francois Degrave please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Francois Degrave
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

4079. By Francois Degrave

[IMP] add the possibility to use the 'invisible' attribute on a 'group' element in a view

4078. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4077. By Olivier Dony (Odoo)

[FIX] orm: model auto-init - better algorithm for detecting stale constraints during update

4076. By Olivier Dony (Odoo)

[FIX] orm: inherited `active` fields should be used for the implicit filtering

This is for example used by hr.employee which
inherits from resource.resource, with the
`active` field located on the resource model.
Simplified some code too.

4075. By Olivier Laurent (Open ERP)

[FIX] pep8: tab -> space

4074. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4073. By Antony Lesuisse (OpenERP)

[REL] 6.1.1

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

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