i am trying to show the images that stored in a particular record id.
I have 2 models,
album and images
album has a field image_id and it is related to the images model's image filed.
so i want to show the images of a particular record while clicking to a button in kanban view..
Please suggest
Advance thank you..