Hello everybody,
I want to insert the user signature in email template.
To acheive that I've used the same code as account invoice :
<p>Signature:</p>
% if object.user_id and object.user_id.signature:
${object.user_id.signature | safe}
% endif
Finally I didin't get any result.
Can you help me?
Best regards