[FIX] fields: selection, do not try to translate label if label is empty
authorDenis Ledoux <dle@odoo.com>
Wed, 22 Oct 2014 09:41:33 +0000 (11:41 +0200)
committerDenis Ledoux <dle@odoo.com>
Wed, 22 Oct 2014 09:54:22 +0000 (11:54 +0200)
commit0a82397da3797b17b242259fc1989548e6394e87
tree5a242b6d475cf42fbfe5cd9248a98e1223292475
parent0f31209b795260f0de91607c06abe71eba2366fc
[FIX] fields: selection, do not try to translate label if label is empty

 - translate with no source returns first translation for this field, whatever the source
 - performance
openerp/fields.py