odoo/addons/web
Olivier Dony 300d5be0e6 [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.

bzr revid: odo@openerp.com-20130328120337-lao4o9i0owsbpysi
2013-03-28 13:03:37 +01:00
..
cli [FIX] test_js typo 2012-12-09 05:30:15 +01:00
controllers [FIX] web: correct the concatenation of css files: @charset and @import rules must be before any other rules 2013-03-19 16:44:33 +01:00
doc [FIX] add support for invisibility to fields (don't complete an invisible field) 2013-02-13 10:01:08 +01:00
i18n Launchpad automatic translations update. 2013-03-21 05:03:54 +00:00
static [FIX] web: int/float fields were not offering auto-completion in search views, making them un-searchable except via advanced search 2013-03-28 13:03:37 +01:00
tests [IMP] menu loading: simplify/optimize menu loading mechanism and de-duplicate need_action load, use child_of, skip useless calls, update tests 2012-12-12 21:51:20 +01:00
__init__.py minor fixes 2012-12-19 03:49:46 +01:00
__openerp__.py [FIX] web: Fix old versions of Webkit (such as ones used on iOS < 6 or PhantomJS <= 1.7) 2013-03-20 15:36:52 +01:00
http.py [MERGE] http.WebRequest: clear db/uid tracking on worker thread to avoid incorrect values during logging 2013-03-01 18:16:16 +01:00
session.py [FIX] session: properly handle exceptions with unicode messages during dispatching 2013-01-24 15:05:38 +01:00