Hi there,
We've created a url field as below -
call_recording = fields.Char(string="Call Recording",tracking=True)
and we want to add an audio element in the view as below-
The above code displays a blank audio tag without src.
Any idea, how can we populate value of call_recording field inside the audio source?
Thanks