Skip to Content
Menu
This question has been flagged
1 Reply
1224 Views

Odoo V13

Is there a way to make an existing invoice email template default for a specific Customer? We would like to create email templates that are Customer specific and currently we have to manually change the template when emailing invoicing to the customers. Ideally we would like it set this up to default to the appropriate template. 

 

Avatar
Discard
Best Answer

Hi,

In order to achieve this, you need a few customization in the system. You can add a Many2one field inside the customer master to set the the email template for the customer. Once you achieve this instead of taking default template, take template from the customer master if it is set, else default template.


Thanks

Avatar
Discard