Hi everyone,
I'd like to send a message with PDF attachment to another user (the uid is known) in the same OpenERP system. The PDF file is generated with netsvc.LocalService(report_name).create().
My questions are:
- How can I create an OpenERP internal message that will be sent to a specific user?
- How can I attach the PDF file to it?
Thanks