تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5175 أدوات العرض

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

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يناير 22
3351
0
مارس 15
4519
1
نوفمبر 24
1962
1
أغسطس 23
2845
1
يونيو 18
3809