[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)
commit5eb3b53dacdbecb6f92002928855f3a0b8aa9949
tree27975449f7f2a8c3631656fb78290055a6eee027
parenta89ac0e5e89ae1fc4cd3d7973109a220e7c84106
parente941c6b046a4d14fd1f20b61cd5e6c7d95600962
[MERGE] OPW 441976  Problem with the read method in base/res_currency

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