电子邮件模板翻译Odoo 10

时间:2017-07-10 20:55:13

标签: openerp

我在自定义文档模块中实现了自定义模板,该模块取代了标准销售订单文档。

<!--Email template -->
<record id="sale.email_template_edi_sale" model="mail.template">
    <field name="report_template" ref="report_custom_sale_order"/>
</record>

这很好但现在电子邮件模板没有翻译成用户/合作伙伴语言(在本例中为西班牙语)。关于为什么会发生这种情况以及如何解决问题的任何提示?

1 个答案:

答案 0 :(得分:0)

    transition: function(url){ 
        if(url){
            window.location.href = url;
        }
        else{   
            location.reload();
        }
    }

你应该添加&#34; t-raw =&#34; translate_doc&#34;连接到您的Qweb报告模板!