** 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.

_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to