This question has been flagged
3 Replies
6987 Views

Hi,

How do I attach a file to a sales order programmatically? I want to know how this is done in both 6.1, 7 and the new 8 version of Odoo (OpenERP)

Avatar
Discard
Best Answer

I followed the example here to send email attachments. Hope this helps

http://www.tutorialspoint.com/python/python_sending_email.htm

Avatar
Discard
Best Answer

Vivek,

Please follow addons/email_template/email_template.py generate_email()!

Thanks.

Avatar
Discard
Best Answer

Hi Vivek,

You can look this module we develop where we add in a sale order the attachments of products related to the sale order:

http://bazaar.launchpad.net/~ingenieria-adhoc/adhoc-oerp/7.0/files/head:/sale_order_mail_product_attachment/

That would be to do "programmatically", if not, just in emails template in the second tab you can choose attachments to be sent together to the email.

Regards,

Juan José - Ing ADHOC

Avatar
Discard