This question has been flagged
1 Reply
2608 Views

Hello,

I want to show one field from One2many field in tree view which will display all names from that. I tried with one2many_list but it displays id of line.

Can anyone please help me, how I can show?

Avatar
Discard

Odoo Customization Tips: https://goo.gl/8HgnCF

Hope this will helps you.

Best Answer

Hello Nalini,

It's displaying id means you didn't add any name field on that model or no rec_name on that model

So add rec_name or name field  for your model

If you want to display appending of multi fields , then you have to use name_get function

Avatar
Discard