Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5349 มุมมอง

I have a module 'x', the module is having fields in the db, 'id', 'member_id'.

I want to get the related 'member_id' data to my module 'y', as

temp = fields.many2one('x', "Member ID", required=True)

but what I get with this code is the value of 'id', not 'member_id', how to get the value of 'member_id'?

อวตาร
ละทิ้ง

By judging your question I think you mean you've made a model 'x' in place of a module? I'd advise you to use descriptive model names though, since this is really a bad practice..

ผู้เขียน

x and y are just names

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ม.ค. 22
3462
0
มี.ค. 15
4605
1
พ.ย. 24
2143
1
ส.ค. 23
2939
1
มิ.ย. 18
3893