Send invoice by email in tryton 5.8 by RPC

Hi,

I would like to know how send and invoice within a RPC method in tryton 5.8.

I can make the invoice and send it from SAO and Tryton but now sure how to send it by RPC or which method need to be called?

Thanks in advance!

The clients use ir.email.send method.
But I’m not sure it is the best solution to programmatically send email. You should take a look at the notification_emailmodule.

Thanks,

I will look the method ir.email.send.

I use the notification_email module with triggers. But AFAIK if I need to resend the invoice it is not possible. If there is a way to “re” trigger would be great feature.

Not yet but it should not be difficult to implement Re-send email notification

1 Like