Hello,
I want to attach some documents from app documents to an email.
In the first step, i attach a binary file created with self.env['ir.attachment'].create() function. That's work.
Now i need to add one or many documents from app documents to this email to.
How can i do ?
I don't find the way to call my document and add to my mail. This document is not attach to the views i use to send the mail. it's a general rule that apply for all my records.
Thanks for your help
Eric