Hi,

i've downloaded email_sale and smtpclient from launchpads addons-extras and 
installed it, though the modules seem to be not compatible to each other. 

e.g.

in wizard_send_email.py 
state = p.get('email.smtpclient').send_email(cr, uid, smtpserver_id, email, 
data['form']['subject'], data['ids'], data['form']['text'], data['model'], 
file_name) >> 9 arguments

the function in smtpclient.py:
def send_email(self, cr, uid, server_id, emailto, subject, body=False, 
attachments=[]):
>> takes only 7 arguments

2nd server_id is given to smtpclient.py as a list object, though it should be 
the id of the smtp server as an integer value.

Am i missing something?




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=34168#34168

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to