[IMP] remove not-very-useful test

bzr revid: xmo@openerp.com-20110831121154-mx7qeu9r7ehhujgc
This commit is contained in:
Xavier Morel 2011-08-31 14:11:54 +02:00
parent e99c627d7f
commit c57b768d87
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ class Export(View):
import_compat=True, field_parent_type=None):
fields = self.fields_get(req, model)
if import_compat and field_parent_type and field_parent_type == "many2one":
if import_compat and field_parent_type == "many2one":
fields = {}
fields.update({'id': {'string': 'ID'}, '.id': {'string': 'Database ID'}})