跳至内容
菜单
此问题已终结
2 回复
2164 查看

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">

形象
丢弃
最佳答案

Hello,

Try following steps it will slove this,

Step 1 -

sudo apt install ttf-mscorefonts-installer

Step 2 -

sudo fc-cache -f -v

Thanks.

形象
丢弃
最佳答案

Hi,

Run this commands,

sudo apt install ttf-mscorefonts-installer

sudo fc-cache -f -v

Thanks

形象
丢弃