[MERGE] OPW 441976 Problem with the read method in base/res_currency
authorJean-Christophe VASSORT <jcv@openerp.com>
Wed, 7 Mar 2012 11:34:37 +0000 (12:34 +0100)
committerJean-Christophe VASSORT <jcv@openerp.com>
Wed, 7 Mar 2012 11:34:37 +0000 (12:34 +0100)
When an Integer 'ids' is supplied as parameter of read() method, a
traceback is caused because a dict will be return by the execution
of next statement(when passed 'ids' as integer) that is
'res=super(osv.osv, self).read(cr, user, ids, fields, context, load)'
whereas a list of dict is expected to execute the code within next
looping statement.

bzr revid: jcv@openerp.com-20120307113437-3x13fwg8ltdfrh0d


Trivial merge