Skip to Content
मेन्यू
This question has been flagged
1 Reply
3078 Views

Suppose I have 2 model, M1 & M2.

M1 with 2 fields, M1F1 & M1F2, and has some records.

M2 has M2F1(M2O, related to M1F1), M2F2, and some other fields.

I'd like to let M2F2 autofill with the same record of M1F2.

How do I do that?


Avatar
Discard
Best Answer

If first field is Boolean for example:

1. var = fields.Boolean()

Second field will be:

2. var_related = fields.Boolean(related=model.name.var)

Avatar
Discard
Related Posts Replies Views Activity
2
अग॰ 24
936
3
मई 23
2703
1
दिस॰ 19
3409
1
दिस॰ 15
13323
0
मार्च 15
3827