I have setup a server action against project.issue.
The email template being:
Hi,
Thank you for your request, please find below your original request. When replying back to us, please reply to this email, otherwise potentially a new request could be automatically opened and could delay your request.
Kind regards
Time Service Desk
Original Request:
object.description
I have also tried:
Hi,
Thank you for your request, please find below your original request. When replying back to us, please reply to this email, otherwise potentially a new request could be automatically opened and could delay your request.
Kind regards
Time Service Desk
Original Request:
${object.description}
To attempt to bring in the description field. But OpenERP seems to ignore the field tags completely. Am I missing something? As object.email_to works within the "to" field in the template.
Many thanks.