odoo/addons/web
Géry Debongnie e6a2d222d6 [FIX] correctly expand many2ones in autocompletion
The ManyToOneField widget evaluated the domain before doing a name_search,
but the domain should not be evaluated client side, because it can only
be static at that point. It caused crash in autocompletion because
some variables could not be found in the context (see stage_id in
project.task for example)
2014-09-18 11:04:01 +02:00
..
controllers [IMP] use http.send_file() for /logo.png 2014-09-16 19:54:59 +02:00
doc [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
i18n [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
static [FIX] correctly expand many2ones in autocompletion 2014-09-18 11:04:01 +02:00
tests [IMP] refactoring: move function topological_sort to openerp.tools 2014-08-08 14:12:06 +02:00
views [FIX] web: webclient_bootstrap: render the menus when the user is really a user 2014-09-08 15:42:10 +02:00
.bowerrc [IMP] now uses bower for some libs 2013-07-31 15:17:31 +02:00
Gruntfile.js [IMP] Added compass compilation to grunt file 2013-07-31 12:20:37 +02:00
__init__.py [FIX] web: no need to initialize wsgi handler in postload anymore 2014-03-24 10:30:38 +01:00
__openerp__.py [IMP] Convered qunit test suite to template 2014-04-28 20:24:51 +02:00
bower.json bowered qweb 2013-07-31 15:55:31 +02:00
package.json [IMP] Added compass compilation to grunt file 2013-07-31 12:20:37 +02:00