c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #19962
[Bug 693354] Re: New 5.0 server api for osv_memory.read()
** Changed in: poweremail
Status: New => Opinion
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/693354
Title:
New 5.0 server api for osv_memory.read()
Status in Power e-Mail for Open ERP:
Opinion
Bug description:
Hi!
The latest 5.0 server code for osv_memory.read() returns an integer if ids is an integer.
In poweremail_send_wizard.py the line
screen_vals = self.read(cr, uid, ids[0], [], context)[0]
should be changed to
screen_vals = self.read(cr, uid, ids, [], context)[0]
or something similar.
References