Hi Team,
I am trying to workout how to add an attachment(s) field within the view (as opposed or in addition to the default attachments menu at the top of the screen).
I have looked at using the binary field type, but this seems to require the creation of a subform and view, etc.. Seems very complicated for something that I would have thought would be simple. I don't want to go and over complicate things if not necessary.
Any thoughts would be highly appreciated?
Thanks,
Damien
Hi, define field in the form like this, attachment_ids = fields.Many2many('ir.attachment', string='Attachments')