One to many relationship between models #10920
Unanswered
SanjayDevTech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a module
House
I want to assign the house to a product. So that each product will have one House assigned and House can have linked to multiple products.
I tried with
defineLink
with ProductModule as isList: true.For the first time assigned it worked well. But when I change the house of a product, It adds another entry (causing the house object of product to be list).
Is this one to many links are possible?
House -< Product
.Beta Was this translation helpful? Give feedback.
All reactions