Hello everyone
I've created a model, that relationates two models in a many2many relation like this:
Now i have the service.queue model like this :
as you can see i have a dashboard_id field.
So i've a a table that relationates dashboard with priorities but now i have the queues that are related to the dashboard and i want to select only the priorities that belong to the dashboard for that queue, and thus i have the priorities field in that are related to the service.priorities field, but i want to filter it based on the dashboard id from the relation table.
thanks in the advance