lp:~openerp-dev/openerp-web/7.0-integer-fields-search-odo

Created by Olivier Dony (Odoo) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/7.0-integer-fields-search-odo
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

3870. By Olivier Dony (Odoo)

[FIX] web search: correct previous fix to properly handle searching for 0 on number fields

Also removed useless HTML escaping and added basic tests.

3869. By Olivier Dony (Odoo)

[FIX] web: int/float fields were not offering auto-completion in search views, making them un-searchable except via advanced search

Added the missing complete() function and removed the incorrect
value_from() override that seemed to be a leftover remnant
of the 6.1 search field implementation of get_value(), wrongly
renamed for 7.0.

3868. By Xavier (Open ERP)

[FIX] bump z-index of searchview autocomplete pane to put on top of jquery-ui dialogs

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.

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