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

How to get a specific field from a One2many relation ?

الصورة الرمزية
إهمال

you mean the specific fields value from one2many?

Hi,

if your O2M is fields_ids for example then your need to loop in order to get the field you want field_1:

I suppose you want to get value of a field that exists in O2M's model.

for my_field in self.field_ids:

print("field_1 Value for my_field is: %s") % my_field.field_1

Odoo Development Tips: https://old.reddit.com/r/learnopenerp/

Hope this will helps u in future...

الكاتب أفضل إجابة

i have 2 calss student and option, there is a field in student who is called option_ids many2many with the class option, in another view i have a selection of student, when i choose a student i want to display all his option in other field

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
نوفمبر 19
3099
2
أبريل 19
2779
2
ديسمبر 22
21589
2
فبراير 20
3943
1
أغسطس 19
4214