Hi!
I have created a model called "Cars", which contains a field many2one based on the Contact (car's owner).
In my Contact form, I've added my Cars model as a m2m field (a contact can have multiple cars). I want to filter my cars based on the Owner's.
Presently, I see all cars, but I want to see only the cars where the Owner is the contact.
How can I do that?
Thanks!