Can I add a relation "Many to many" in a model ?
I'm trying to modelize a customer order in Twenty.
I have a model that is my product database, and I want to link multiple products into an order.
It seems that the relation type "Has many", would force my product to be linked to a single order.
Is there any way to do this ?
I have a model that is my product database, and I want to link multiple products into an order.
It seems that the relation type "Has many", would force my product to be linked to a single order.
Is there any way to do this ?