跳至内容
菜单
此问题已终结
2377 查看

Hi

  I am trying to create a email with automatic attachment(pdf), i got this error please anyone helpme to get rid of.........

email_template_obj = self.pool.get('email.template')
        template_ids = email_template_obj.search(cr, uid, [('model_id.model', '=','hr.payslip')], context=context)
        print template_ids[0]
        if template_ids:
              values = email_template_obj.generate_email(cr, uid, template_ids, ids, context=context)
           

Error

  File "/home/umashankar/Uma/Odoo8/odoo-8.0/openerp/addons/hr_payroll/print1.py", line 40, in print1
    values = email_template_obj.generate_email(cr, uid, template_ids, ids,context=context)

TypeError: unhashable type: 'list'

形象
丢弃