[FIX] ir.fields.converter: fields.reference values were not importable because the (trivial) converter was missing

bzr revid: odo@openerp.com-20130927142303-ykcjnxgdiuni3lnk
This commit is contained in:
Olivier Dony 2013-09-27 16:23:03 +02:00
parent 08d7b4136d
commit d6a9d0c05d
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class ir_fields_converter(orm.Model):
def _str_id(self, cr, uid, model, column, value, context=None):
return value, []
_str_to_char = _str_to_text = _str_to_binary = _str_id
_str_to_reference = _str_to_char = _str_to_text = _str_to_binary = _str_id
def _str_to_date(self, cr, uid, model, column, value, context=None):
try: