This question has been flagged

When customer confirms thier cart the confirmation email is sent with pdf containing an order. But instead of order I would like it to send a pro-forma.

How do I do this? Is there any workflow designed for that or I have to overwrite some controllers inside source code? And if so - what controller should I overwrite?


Using Odoo13

Avatar
Discard

Hello Marcus,

You should be able to change this on the email template if one exists for the e-commerce email, I am not familiar what email is sent on the order confirmation.

But if you go to Settings->Technical->Templates, find the correct email template, change the "optional report to print and attach" field on the advanced settings tab, this should change the report attached.

Thanks,

Author

This isn't dedicated workflow I expected but it is working. Thanks