lp:~openerp-dev/openerp-web/7.0-opw-594500-cpa

Created by Chirag Patel (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/7.0-opw-594500-cpa
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 Web (MOVED TO GITHUB)
Status:
Development

Recent revisions

3990. By Chirag Patel <email address hidden>

[FIX] Fixed backup db gives value error.

3989. By Christophe Matthieu (OpenERP)

[FIX] Calendar month view does not show events starting in previous month. bug-1163912

3988. By Christophe Matthieu (OpenERP)

[FIX] checkbox position for boolean field in list editable. Remove padding on the field for a good resizing and position and add margin on input. Bug-1166716

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 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.

3984. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3983. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3982. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3981. 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

Branch metadata

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

Subscribers