lp:~openerp-dev/openerp-web/7.0-opw-590098-msh

Created by Mohammed Shekha(Open ERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/7.0-opw-590098-msh
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)
Review team:
Xavier (Open ERP)
Status:
Development

Recent revisions

3868. By Mohammed Shekha<email address hidden>

[FIX]Fixed the issue of calendar which shows wrong time whne calendar view is developed on date type field.

3867. By Nicolas Vanhoren (OpenERP)

[FIX] small code problem in set defaults feature

3866. By Nicolas Vanhoren (OpenERP)

[FIX] deferred problems when clicking too quickly on some menu items

3865. By Xavier (Open ERP)

[FIX] minor presentational offset issue

missed mis-handling of oe_selected in <email address hidden>

3864. By Denis Ledoux (OpenERP)

[FIX]testing.js: replace testing.case by testing['case'] for compatibility (IOS < 5, IE8)

3863. By Fabien Meghazi (OpenERP)

[FIX] Calendar view don't get default name

3862. By Fabien Meghazi (OpenERP)

[FIX] Fix FormFields#focus()

The focus() of AbstractFormField should return false if field
is not focusable otherwise it breaks FormView's#autofocus()

Also added checks of existance of the element to focus.
Those errors makes it harder to find other bugs

3861. By Xavier (Open ERP)

[FIX] visible text in Chrome on Linux after applying text-to-icon

@include text-to-icon makes the text invisible (and adds an icon), but
some platform apparently don't apply the text's transparency (or
visibility) to its shadow, leading to the invisible text's shadow
still being noticeably visible (an interesting literary idea, an
"invisible" man who still casts a shadow?) as if the text had not been
erased. Furthermore, combined with the 1px font size it made the text
look like some sort of screen smudge or glitch.

Fix by erasing the text-shadow as well as the text.

3860. By Xavier (Open ERP)

[FIX] filter preceded by an invisible filter in the same group

On click on a filter in the drawer, FilterGroup would just match the
offset of the filter in the group's DOM with an index in the internal
#filters array.

This worked until invisible fields, and then again only for filters
*preceded* by an invisible sibling in the same group: invisible
filters are not rendered in the DOM, so the indexes would get out of
sync.

Fix by using explicit indexes stored in a filter's @data-index and
using that to get the filter object/node.

An alternative fix (but hackier I think): instead of not rendering
invisible filters, render them with display: none. Remains an option
in the future if needed...

3859. By Xavier (Open ERP)

[FIX] incorrect array joins

Array#join() is equivalent to Array.join(', '), not Array.join('') as in Python.

For some reason the tests didn't break, but...

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