Comment 14 for bug 709567

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote : Re: [6.0.1] many2one fields should be read as (id, name) also for osv_memory objects (saving name_get RPC calls)

BTW you can fix your own modules already by making sure to use browse() instead of read() as much as possible, and if read() is really more suited, test whether the value is a tuple and replace it with its first element in that case. It won't hurt in any case, even without the change.