odoo/openerp/addons/test_impex
Denis Ledoux dcfd94cbf5 [FIX] orm: Revert 332154444d && acd7d84da4
These revs. introduced an API change in the _name_search method.

Indeed, the 'operator' attribute used to have 'ilike' as default value.
This cannot be changed, as every modules overriding this method
overrided it using the signature with operator='ilike'

For instance, _name_search method of addons/base/ir/ir_model.py
expects having 'ilike' as operator.
As it was not anymore the case,
it leaded to a crash when performing a name_search call on the model ir.model,
like when adding a new custom field to a model, from the web client.

opw-626161
2015-01-21 18:33:36 +01:00
..
tests [FIX] orm: Revert 332154444d && acd7d84da4 2015-01-21 18:33:36 +01:00
__init__.py move tests 2014-02-09 01:37:45 +01:00
__openerp__.py move tests 2014-02-09 01:37:45 +01:00
ir.model.access.csv move tests 2014-02-09 01:37:45 +01:00
models.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00