The invoice mail template starts with:
Hello ${object.partner_id.name},
which display the partner's name. What may I put instead of ${object.partner_id.name} to make the contact's name appear instead the partner's name? Something like ${object.partner_id.contact_id.name} ? Where can I find a list / reference of all these... python variables for the diferent OpenERP objects? Thanks