Skip to Content
Menu
This question has been flagged
2 Replies
1730 Views

Hi,

I'm trying to send attachment with mail..

Above error is raise.

I'm using this code,

<record id = "support_ticket_mail_template" model = "mail.template">

            <field name = "name"> Support Ticket Update </field>

            <field name = "model_id" ref = "my_module.model_support_ticket"> </field>

            <field name = "email_from"> <! [CDATA [$ {object.company_id.name} <${object.company_id.emailteit>] ""> </field>

            <field name = "email_to"> $ {object.email_from | safe} </field>

            <field name = "subject"> Support Ticket (# $ {object.sequence or object.name}) </field>

            <field name = "report_template" ref = "support_ticket_report_id" /> 

            <field name = "report_name"> $ {object.name or ''} </field> 

            <field name = "auto_delete" eval = "False" />

            <field name = "built_in" eval = "True" />

            <field name = "body_html">

Avatar
Discard
Best Answer

Hello,

Try following steps it will slove this,

Step 1 -

sudo apt install ttf-mscorefonts-installer

Step 2 -

sudo fc-cache -f -v

Thanks.

Avatar
Discard
Best Answer

Hi,

Run this commands,

sudo apt install ttf-mscorefonts-installer

sudo fc-cache -f -v

Thanks

Avatar
Discard