<t t-foreach="project.responsibles_ids" t-as="responsible"> <span t-field="responsible" t-field-options='{"widget": "contact", "fields": ["name", "phone"]}' /> </t>
The above code gives an error:
AssertionError: t-field must have at least a dot like 'record.field_name'
How do i fix this ? It is not possible to use t-field inside an iteration ?