I have 3 models representing 3 levels of data but when viewing these models it has to be one view
models are "Group Match", "Match" and "Match Details", group match is like a small league which has number of matches and each match has its details, group match and match has to be form views not tree in form
So I need to view all of these 3 models in one view (may be nested view)
note: group match has field one2many to match and match has one2many field to match details
答案 0 :(得分:0)