Hi
After migrating to ODOO 15, all mails no longer resolve any code. The mail in preview as well as the recived mail will look like this:
Subject:
${object.company_id.name} ${object.state in ('draft', 'sent') and (ctx.get('proforma') and 'Proforma' or 'Quotation') or 'Order'} (Ref ${object.name or 'n/a' })
What is the problem?