I am currently working on Odoo (v8) template and want to show contact person name only for customer. What currently works is:
<span t-field="o.partner_id.child_ids" t-field-options='{"widget": "contact", "fields": [ "name"], "no_marker": true}' />
the output is:
Cathirine,Tak
My question is: How can I write to show only contact name as:
Tak