Payment Receipt - Send by Email ${object.company_id.name} Payment Receipt (Ref ${object.name or 'n/a' }) ${object.partner_id.id} ${(object.name or '').replace('/','-')} ${object.partner_id.lang}

Dear ${object.partner_id.name},

Thank you for your payment.
Here is your payment receipt ${(object.name or '').replace('/','-')} amounting to ${object.amount} ${object.currency_id.name} from ${object.company_id.name}.

If you have any questions, please do not hesitate to contact us.

Best regards, % if user and user.signature: ${user.signature | safe} % endif