Comment 8 for bug 769788

Revision history for this message
dx-vmonroig (dx-vmonroig) wrote :

The problem can be solved changing line 195 in file poweremail_send_wizard.py:

Change
            screen_vals = self.read(cr, uid, ids[0], [],context)[0]
by:
            screen_vals = self.read(cr, uid, ids, [], context)[0]

Recompile poweremail module and problem will gone!