I have an order form and I want users to add one product only one time so all items added to order are unique.
I tried creating
one to one (has one)
one to one (belongs to)
but still i can select same item twice

I have an order form and I want users to add one product only one time so all items added to order are unique.
I tried creating
one to one (has one)
one to one (belongs to)
but still i can select same item twice
