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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Odoo Customization Tips: https://goo.gl/8HgnCF
Hope this will helps you.