Hello,
I am customizing the order report but I need to change the behavior of the contact widget.
As for now I have this node :
<div t-field="o.partner_id" t-field-options="{"widget": "contact", "fields": ["address", "phone", "fax"], "no_marker": true}"/>
Even if the field "name" is not listed, it comes on the report. Is there a way to avoid this, or better to edit the way this widget works?
Regards