Hello everyone
I have a form in which we have the possibility to upload images. However when we upload the images they are not displayed. Here is how I declared my field:
image_attachment_ids = fields.Many2many ('ir.attachment', 'ir_attachment_request_rel', 'record_id', 'attachment_id', string = "Image", required = True, attachment = True)
and on the XML file I did this:
What I want is that the images are displayed when the upload is finished
Did you find any solution? If yes please share.