lp:~openerp-dev/openerp-web/7.0-opw-580435-port-vme

Created by Vidhin Mehta (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/7.0-opw-580435-port-vme
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:
Merged

Recent revisions

3725. By Vidhin Mehta (OpenERP)

[FIX]graph view usability bug.

3724. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3723. By Fabien Meghazi (OpenERP)

[FIX] Can't open records in form view from grouped kanban

3722. By Xavier (Open ERP)

[FIX] domain returned by onchange

The "new" form engine performs a bunch of conversions on the form arch
from json to xml to text to json again (or something), thus the
``node`` attribute on form fields might be json but it's got no more
relation to the form's own arch (and the fields defined therein).

Meanwhile the domains processing for onchange recursively traversed
the *form*'s arch trying to find a node matching the key it had to set
its @domain to what it was given. It long predates the "new" form
engine, and since it alters the *original* arch not a copy the "new"
form engine broke it. And since that's untested, it's been broken for
a bunch of months (probably).

Fix by looking up the field according to the domain key (in
form.fields), and setting the domain in the node of the field, rather
than the node of the form's arch.

3721. By Olivier Dony (Odoo)

[FIX] session: properly handle exceptions with unicode messages during dispatching

String formatting with an Exception param will use
str(Exception), raising an error if the exception
has non-ascii characters in the message.

3720. By Xavier (Open ERP)

[REM] noise key in web manifest

3719. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3718. By Xavier (Open ERP)

[IMP] add confirmation message when removing a global custom filter

3717. By Xavier (Open ERP)

[FIX] rounding of float_time to the next hour should bump the hour, nor display 60mn

3716. By Xavier (Open ERP)

[IMP] IE9 supports window.getSelection

remove IE <9 usage of document.selection as we don't support these browsers anyway

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