New 5.0 server api for osv_memory.read()

Bug #693354 reported by Dukai Gábor
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Power Email
Opinion
Undecided
Unassigned

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.

Changed in poweremail:
status: New → Opinion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.