I want to add a custom html attribute (say - download ) to a field in the view
I tried these
<field name="attachment" filename="answer_id" download="answer_id" />
<field name="attachment" filename="answer_id" t-att-download="answer_id" />
but fails. How can achieve this. Thanks in advance