Please, I would like to know how to generate a dynamic image loading in a mail template.
For example, I have an image in an email that if loaded, it calls up a php code that output the stream and stores some information about the customer for tracking purposes.
Here is an example:
<img src='http://domain/trk/index.php?src=img.jpg&email= ${object.email}&id=${...}' />
The problem is, OpenERP does not replace the object.email
with its value, it simply leaves the string as it is.