lp:~ocb/ocb-web/ocb-web-7.0_lp1193563_typeerror-expected_bytes

Created by Ronald Portier (Therp) and last modified
Get this branch:
bzr branch lp:~ocb/ocb-web/ocb-web-7.0_lp1193563_typeerror-expected_bytes
Members of OpenERP Community Backports can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

3992. By Ronald Portier (Therp)

[FIX] Prevent crash on creating report or doing export when newer version of
    werkzeug installed.
    Fixes lp1193563.

3991. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3990. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3989. By Xavier (Open ERP)

[FIX] evaluation context structures not being round-tripped through eval

JS objects are converted to py.object when passed in through the
evaluation context. py.object are not serializable by default (because
that doesn't really make sense), which breaks when the input is
intended as a dict and returned (e.g. o2m values, which are triples of
(int, int?, dict?)).

Intuitively, JS objects passed as part of the context should be mostly
JSON-ish and thus dicts, but that turns out not work work as some
addons use attribute accesses within contexts (e.g. parent.access in
account/account_invoice_view.xml)

=> Temporarily solve by converting raw js objects to an "attributed
dict" which acts as both a dict and an object and can be converted to
JSON.

Ideally, py.js should provide for a pluggable conversion, or should
use an attributed mapping internally. See issues 21 and 23.

3988. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3987. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3986. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3985. By Denis Ledoux (OpenERP)

[FIX]web: views.js & coresetup.js, ir_actions_report_xml and get_file special case for iOS devices, which do not allow iframe use the way we do it

3984. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3983. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ocb-web
This branch contains Public information 
Everyone can see this information.